[pve-devel] applied: [PATCH manager] ceph: pool destroy: give correct parameter for nautilus
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jun 11 13:48:49 CEST 2019
On 6/11/19 1:37 PM, Dominik Csapak wrote:
> 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 at proxmox.com>
> ---
> PVE/Ceph/Tools.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/PVE/Ceph/Tools.pm b/PVE/Ceph/Tools.pm
> index 464c5c8a..65fc8c72 100644
> --- a/PVE/Ceph/Tools.pm
> +++ b/PVE/Ceph/Tools.pm
> @@ -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',
> });
> }
>
one gotta love ceph... applied
More information about the pve-devel
mailing list