Skip to content

master not a complete copy of the original code #21

@pohly

Description

@pohly

When moving the hostpath driver, some changes were lost. It looks like an older version of the original code was copied, in particular this change here is missing: 6820279

git diff 6820279..660c357 pkg/hostpath/controllerserver.go

...
-       for _, cap := range caps {
-               if cap.GetBlock() != nil {
-                       return nil, status.Error(codes.Unimplemented, "Block Volume not supported")
-               }
-       }
...

The commit is there because the full history was spliced in, but the actual tree that it was spliced into was based on an older copy.

/assign

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions