forked from Ivasoft/device-mapping-manager
This commit is contained in:
2
main.go
2
main.go
@@ -199,7 +199,7 @@ func (d *fakeDriver) Capabilities() *volume.CapabilitiesResponse {
|
||||
}
|
||||
|
||||
func (d *fakeDriver) Create(r *volume.CreateRequest) error {
|
||||
return fmt.Error("This driver device-mapping-manager cannot create volumes.")
|
||||
return fmt.Errorf("This driver device-mapping-manager cannot create volumes.")
|
||||
}
|
||||
|
||||
func (d *fakeDriver) List() (*volume.ListResponse, error) {
|
||||
|
||||
Reference in New Issue
Block a user