]> git.proxmox.com Git - pve-storage.git/commitdiff
fix descriptions of api calls
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 8 Aug 2018 08:20:05 +0000 (10:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Aug 2018 09:56:17 +0000 (11:56 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Disks/Directory.pm
PVE/API2/Disks/ZFS.pm

index c3125096157f996867215b85e0aad797e0d59ab3..3c5ebc5d71e0c9d4dc0aac8fa5b64276bbb78405 100644 (file)
@@ -171,7 +171,7 @@ __PACKAGE__->register_method ({
            name => get_standard_option('pve-storage-id'),
            device => {
                type => 'string',
-               description => 'The block device you want to create the thinpool on.',
+               description => 'The block device you want to create the filesystem on.',
            },
            add_storage => {
                description => "Configure storage using the directory.",
index 57851c9bce143e975dcabd4570971f9bfb6a34e3..2d14f6c77ee22e6d455bb63ca341cf804d21269c 100644 (file)
@@ -229,7 +229,7 @@ __PACKAGE__->register_method ({
     permissions => {
        check => ['perm', '/', ['Sys.Modify', 'Datastore.Allocate']],
     },
-    description => "Create an LVM thinpool.",
+    description => "Create a ZFS pool.",
     parameters => {
        additionalProperties => 0,
        properties => {
@@ -242,7 +242,7 @@ __PACKAGE__->register_method ({
            },
            devices => {
                type => 'string', format => 'string-list',
-               description => 'The block device you want to create the thinpool on.',
+               description => 'The block devices you want to create the zpool on.',
            },
            ashift => {
                type => 'integer',
@@ -260,7 +260,7 @@ __PACKAGE__->register_method ({
                default => 'on',
            },
            add_storage => {
-               description => "Configure storage using the thinpool.",
+               description => "Configure storage using the zpool.",
                type => 'boolean',
                optional => 1,
                default => 0,