Subversion Repositories havirt

Rev

Rev 26 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 29
Line 64... Line 64...
64
   push @return, "\tmigrates domain from current node to target. If target node not specified";
64
   push @return, "\tmigrates domain from current node to target. If target node not specified";
65
   push @return, "\twill be automatically selected";
65
   push @return, "\twill be automatically selected";
66
   push @return, "domain new [domainname]";
66
   push @return, "domain new [domainname]";
67
   push @return, "\tgenerates a virt-install command that will fill in several blanks";
67
   push @return, "\tgenerates a virt-install command that will fill in several blanks";
68
   push @return, "\tNOTE: MAC address not guaranteed to be unique";
68
   push @return, "\tNOTE: MAC address not guaranteed to be unique";
69
   push @return, "domain [--yes] migrate domainname targetnode";
69
   push @return, "domain migrate domainname targetnode";
70
   push @return, "\tMigates a domain from its current location to targetnode";
70
   push @return, "\tMigates a domain from its current location to targetnode";
71
   push @return, "domain maintenance domainname [on|off]";
71
   push @return, "domain maintenance domainname [on|off]";
72
   push @return, "\tSet/Unset/display maintenance flag on domain";
72
   push @return, "\tSet/Unset/display maintenance flag on domain";
73
   push @return, "\tIf maintenance flag is set, no havirt will refuse any actions";
73
   push @return, "\tIf maintenance flag is set, no havirt will refuse any actions";
74
   return join( "\n", @return ) . "\n";
74
   return join( "\n", @return ) . "\n";