Displaying 2 results from an estimated 2 matches for "716b8fb".
Did you mean:
7168kb
2009 May 26
0
[PATCH node] Fixes when more than one UDI is returned while getting a drive's size.
...device and 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...
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-*
ACK to all. Pushed.