From c2dec7b40ba2cc3f4dc61b76f908ed702dd819e1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 13 Feb 2013 17:56:52 +0000 Subject: [PATCH] Add some cautionary wording aronud incomplete function git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15166 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 2cec3f6cd..890a70d49 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -269,7 +269,10 @@ storage => { osvolume => "Specification of what storage to place the node OS image onto. Examples include: localdisk (Install to first non-FC attached disk) usbdisk (Install to first USB mass storage deice seen) - wwn=0x50000393c813840c (Install to storage device with given WWN)", + wwn=0x50000393c813840c (Install to storage device with given WWN) + WARNING: This is as yet unimplemented by the stock OS deployment templates + WARNING: SAS SAN devices may be considered to be 'localdisk' class. + The default behavior if unspecified is presumed to be 'localdisk'", } }, websrv => {