mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 01:13:19 +00:00
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
6c311f2c17
commit
f8eade23dd
@ -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…
Reference in New Issue
Block a user