From 7a6360d19aa9a1e3f194c47444d370f2d88320d6 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 1 Dec 2009 05:27:57 +0000 Subject: [PATCH] svn commit -m "fix for bug 208749: the groups is a required attribute with mkdef to create node definitions" git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mkdef.1.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index 4d276d842..299fa5345 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -24,6 +24,8 @@ This command is used to create xCAT object definitions which are stored in the x Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. Use the help option to get a list of valid attributes for each object type. +Note: when creating node object definitions, the 'groups' attribute is required. + =item B<-d|--dynamic> Use the dynamic option to create dynamic node groups. This option must be used with -w option.