From 7d597888a48f5aabb84e8b41a82639cf1670852a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Aug 2018 08:22:27 +0200 Subject: [PATCH] cleanup descriptions --- PVE/API2/Disks/ZFS.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm index db631aa..57851c9 100644 --- a/PVE/API2/Disks/ZFS.pm +++ b/PVE/API2/Disks/ZFS.pm @@ -229,7 +229,7 @@ __PACKAGE__->register_method ({ permissions => { check => ['perm', '/', ['Sys.Modify', 'Datastore.Allocate']], }, - description => "Create an LVM thinpool", + description => "Create an LVM thinpool.", 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 device you want to create the thinpool on.', }, ashift => { type => 'integer', @@ -250,7 +250,7 @@ __PACKAGE__->register_method ({ maximum => 16, optional => 1, default => 12, - description => 'Pool sector size exponent. ' + description => 'Pool sector size exponent.', }, compression => { type => 'string', @@ -260,7 +260,7 @@ __PACKAGE__->register_method ({ default => 'on', }, add_storage => { - description => "Configure storage using the thinpool", + description => "Configure storage using the thinpool.", type => 'boolean', optional => 1, default => 0,