ceph: pool destroy: give correct parameter for nautilus
this parameter changed sometime between luminous and nautilus note that with this change, it is not possible to delete pools in luminous anymore Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
bc4b4ff5aa
commit
2d5f0f38be
@ -203,7 +203,7 @@ sub destroy_pool {
|
||||
prefix => "osd pool delete",
|
||||
pool => $pool,
|
||||
pool2 => $pool,
|
||||
sure => '--yes-i-really-really-mean-it',
|
||||
'yes_i_really_really_mean_it' => JSON::true,
|
||||
format => 'plain',
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user