start clvm
This commit is contained in:
parent
5bf1b61556
commit
4e433fe4bd
1 changed files with 5 additions and 0 deletions
|
|
@ -205,6 +205,9 @@ _EOD
|
|||
|
||||
# that cman init script returns strange values - simply ignore for now
|
||||
system('/etc/init.d/cman start');
|
||||
|
||||
# also start clvm
|
||||
system('/etc/init.d/clvm start');
|
||||
|
||||
return undef;
|
||||
}});
|
||||
|
|
@ -453,6 +456,8 @@ __PACKAGE__->register_method ({
|
|||
}
|
||||
print "OK\n" if !$printqmsg;
|
||||
|
||||
system("/etc/init.d/clvm start");
|
||||
|
||||
print "generating node certificates\n";
|
||||
PVE::Cluster::gen_pve_node_files($nodename, $local_ip_address);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue