mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: update go-ceph to v0.8.0
Updating go-ceph to v0.8.0. Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
e6098520d1
commit
32d78c4f7f
2
vendor/github.com/ceph/go-ceph/cephfs/admin/flags.go
generated
vendored
2
vendor/github.com/ceph/go-ceph/cephfs/admin/flags.go
generated
vendored
@ -41,7 +41,7 @@ func (f SubVolRmFlags) flags() map[string]bool {
|
||||
o["force"] = true
|
||||
}
|
||||
if f.RetainSnapshots {
|
||||
o["retain-snapshots"] = true
|
||||
o["retain_snapshots"] = true
|
||||
}
|
||||
return o
|
||||
}
|
||||
|
Reference in New Issue
Block a user