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