> diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm
> index 4402eb80..7656d5f1 100644
> --- a/PVE/API2/Ceph.pm
> +++ b/PVE/API2/Ceph.pm
> @@ -180,12 +180,18 @@ __PACKAGE__->register_method ({
>               type => 'string',
>           },
>           fstype => {
> -             description => "File system type.",
> +             description => "File system type (filestore only).",
>               type => 'string',
>               enum => ['xfs', 'ext4', 'btrfs'],
>               default => 'xfs',
>               optional => 1,
>           },
> +         bluestore => {
> +             description => "Use bluestore instead of filestore.",
> +             type => 'boolean',
> +             default => 0,
> +             optional => 1,
> +         },

isn't this just a new fstype?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to