rename: Thinprovisioning -> ThinProvisioning

This commit is contained in:
chessman
2019-06-10 12:42:21 +03:00
parent ae74f39fa8
commit e2b7ea4891
6 changed files with 11 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ func NewSCSILu(bs *config.BackendStorage) (*api.SCSILu, error) {
}
lu.Size = backing.Size(lu)
lu.DeviceProtocol.InitLu(lu)
lu.Attrs.Thinprovisioning = bs.Thinprovisioning
lu.Attrs.ThinProvisioning = bs.ThinProvisioning
lu.Attrs.Online = bs.Online
lu.Attrs.Lbppbe = 3
return lu, nil