From f4b432b9ab8d38b0547dcd15f69b176e839e5db1 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Mon, 9 Dec 2013 18:58:53 -0800 Subject: [PATCH] modify the vmstorage value format of local path --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 398866733..e88a61293 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -200,7 +200,7 @@ vm => { 'mgr' => 'The function manager for the virtual machine', '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. i.e. /cluster/vm/ or nfs:///path/to/folder/', + 'storage' => 'A list of storage files or devices to be used. i.e. dir:///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.',