search for: 296ec8c

Displaying 1 result from an estimated 1 matches for "296ec8c".

Did you mean: 296e14c
2009 May 26
0
[PATCH node] Fixes when more than one UDI is returned while getting a drive's size.
...d not a logical volume on the device. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-storage | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage index 716b8fb..296ec8c 100755 --- a/scripts/ovirt-config-storage +++ b/scripts/ovirt-config-storage @@ -43,6 +43,21 @@ get_drive_size() local size= local udi=$(hal-find-by-property --key block.device --string $drive) + # if more than one UDI was found then iterate over them to find the base device + if...