Hi,
I found in ovirt-node setup code "gptsync" command is used.
But in fact there is no "gptsync" in the ovirt-node system.
Whether it's a risk for some problem or not?
409 def create_hostvg(self):
454 # sync GPT to the legacy MBR partitions
455 if ("OVIRT_INSTALL_ROOT" in _functions.OVIRT_VARS and
456 _functions.OVIRT_VARS["OVIRT_INSTALL_ROOT"] == "y"):
457 if self.LABEL_TYPE == "gpt":
458 logger.info("Running gptsync to create legacy mbr")
459 _functions.system("gptsync \"" + \
460 self.ROOTDRIVE + "\"")
Best regards to you.
Ricky
_______________________________________________
node-devel mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-devel