Status: New
Owner: ----

New issue 125 by miguel.filho: Hard coded volume group name "xenvg" in error message in the gnt-cluster script
http://code.google.com/p/ganeti/issues/detail?id=125

When running gnt-cluster verify-disks, after I've intentionally erased all data on a node, this error appears:

Instance brasilia.ic.unicamp.br has missing logical volumes:
node03.ic.unicamp.br /dev/xenvg/9a5080be-8266-48de-b53e-19bcbf49dbc2.disk0_data node03.ic.unicamp.br /dev/xenvg/9a5080be-8266-48de-b53e-19bcbf49dbc2.disk0_meta
Instance gandalf.ic.unicamp.br has missing logical volumes:
node03.ic.unicamp.br /dev/xenvg/9cf8aa85-d35d-45a0-87e2-bee0c92243df.disk0_data
...
You need to run replace_disks for all the above instances, if this message persist after fixing nodes.

The problem is that my volume group is named "pool" and not "xenvg". I greped "xenvg" in the gnt-cluster script and it is hard coded into the error message.

Reply via email to