Skip to content

Commit

Permalink
Merge pull request #10 from fneubauer/master
Browse files Browse the repository at this point in the history
Changed the path to the new location
  • Loading branch information
remibergsma committed Oct 31, 2014
2 parents b4e8f63 + d116320 commit a00edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypervisorMaintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def handleArguments(argv):
clusterHostsData = c.getAllHostsFromCluster(foundHostData.clusterid)
print "Note: Host '" + hostname + "' belongs to cluster '" + foundHostData.clustername + "'"
print "Important: Before you start, run this command on hypervisor '" + hostname + "'"
cmd = "xe vm-list PV-drivers-up-to-date='<not in database>' is-control-domain=false resident-on=$(xe host-list name-label=$HOSTNAME --minimal) params=uuid --minimal |tr ',' '\\n'| awk {'print \"./fakepv.sh \" $1'} |sh"
cmd = "xe vm-list PV-drivers-up-to-date='<not in database>' is-control-domain=false resident-on=$(xe host-list name-label=$HOSTNAME --minimal) params=uuid --minimal |tr ',' '\\n'| awk {'print \"/opt/tools/sysadmin/bin/fakepv.sh \" $1'} |sh"
print " " + cmd
print "Note: Looking for other hosts in this cluster:"

Expand Down

0 comments on commit a00edbe

Please sign in to comment.