[pve-devel] applied: [PATCH manager] pveceph: createosd: allow to create bluestore OSDs
Dietmar Maurer
dietmar at proxmox.com
Tue Jun 27 18:13:23 CEST 2017
> 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?
More information about the pve-devel
mailing list