set bootcfg [[typemodel $node].cfggen $node]
set bootcmd [[typemodel $node].bootcmd $node]
}
- puts " typemodel=[typemodel $node]"
- puts "bootcfg=$bootcfg i bootcmd=$bootcmd"
+ puts " typemodel = [typemodel $node]"
+ puts " bootcmd = $bootcmd"
+ puts " bootcfg = $bootcfg"
if { ! $remote_exec } {
if { $bootcmd != "/bin/sh" } {
puts " writing $node_dir/boot.conf"
if { $bootcmd == "/bin/sh" } {
foreach line $bootcfg {
- puts " executing on $node: $line"
+# puts " executing on $node: $line"
set command $line
if { "$command" != "" } {
catch { nexec vzctl exec $node_id $command } ret
# }
set msg "Destroying VE $node ($node_id)"
- puts "\n$msg"
+ puts " $msg"
statline $msg
nexec vzctl destroy $node_id
}