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:
Mudit Agarwal
2021-02-10 09:08:18 +05:30
committed by mergify[bot]
parent e6098520d1
commit 32d78c4f7f
24 changed files with 1724 additions and 229 deletions

View File

@ -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
}