From 4feb1eacf10152f02480a8e80a9348af09674aa9 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 20 Feb 2013 19:13:15 +0000 Subject: [PATCH] Add objdef for storage.osvolume git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15229 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 890a70d49..6f0d79695 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -2089,6 +2089,13 @@ my @nodeattrs = ( access_tabentry => 'nics.node=attr:node', }, ###################### +# storage table # +###################### + {attr_name => 'osvolume', + tabentry => 'storge.osvolume', + access_tabentry => 'storage.node=attr:node', + }, +###################### # vm table # ###################### {attr_name => 'vmmanager',