[node-patches] Change in ovirt-node[master]: Fix some issue during create BootBackup

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Nov 5 09:19:23 UTC 2013


Fabian Deutsch has submitted this change and it was merged.

Change subject: Fix some issue during create BootBackup
......................................................................


Fix some issue during create BootBackup

Using the follow parameters to enable iscsi boot:
BOOTIF=eth0 storage_init=/dev/vda,/dev/sda iscsi_init=/dev/sda iscsi_target_name=
iqn.2013-01.com:hadong iscsi_install iscsi_server=10.66.11.127:3260 firstboot.
The boot device /dev/vda wasn't managed by multipath
Auto install still failed with error info "Unable to find boot partition".
This is due to it create BootBackup using "mke2fs /dev/vdap3 -L BootBackup"
actually it should be "mke2fs /dev/vda3 -L BootBackup".

Change-Id: Ia0d202cc4a5c042f5be5527a151a1b0a55759e6a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=885959
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirtnode/storage.py
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  Fabian Deutsch: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/20675
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0d202cc4a5c042f5be5527a151a1b0a55759e6a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the node-patches mailing list