Fabian Deutsch has submitted this change and it was merged. Change subject: Fix find_disk return value issue ......................................................................
Fix find_disk return value issue Previously due to both ata-*, scsi-* were parsed as /dev/sda. so when executing "find_disk ata ALL", it will return "/dev/sda,/dev/sda", actually we want it return "/dev/sda". Now we make the "for loop" a bit more strict. Change-Id: Ia5cfac7149b00f54e68a83f64cf777f071825697 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=956568 Signed-off-by: hadong <[email protected]> --- M dracut/ovirt-boot-functions 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19908 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia5cfac7149b00f54e68a83f64cf777f071825697 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
