From c4dc675a87551583f66e530b47b8981bce655955 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 11 Feb 2013 22:30:32 +0000 Subject: [PATCH] storage table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15140 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 1af07ab32..5993327fe 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -260,6 +260,18 @@ virtsd => { } }, +storage => { + cols => [qw(node osvolume)], + keys => [qw(node)], + table_descr => "Node storage resources", + descriptions => { + 'node' => 'The node name', + 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)", + } + }, websrv => { cols => [qw(node port username password comments disable)], keys => [qw(node)],