diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 5deefde31..b7f7c7ae4 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -192,7 +192,7 @@ vm => { 'node' => 'The node or static group name', 'host' => 'The system that currently hosts the VM', 'migrationdest' => 'A noderange representing candidate destinations for migration (i.e. similar systems, same SAN, or other criteria that xCAT can use', - 'storage' => 'A list of storage files or devices to be used, pipe delimited. i.e. /cluster/vm/ for KVM/Xen, or nfs:///path/to/folder/ for VMware', + 'storage' => 'A list of storage files or devices to be used. i.e. /cluster/vm/ or nfs:///path/to/folder/', 'storagemodel' => 'Model of storage devices to provide to guest', 'cfgstore' => 'Optional location for persistant storage separate of emulated hard drives for virtualization solutions that require persistant store to place configuration data', 'memory' => 'Megabytes of memory the VM currently should be set to.',