search for: 1db89ae

Displaying 2 results from an estimated 2 matches for "1db89ae".

Did you mean: 1d1890ae
2010 Mar 04
1
[PATCH node] fix network_up
previous check reported ok even when DHCP failed --- scripts/ovirt-functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index 1db89ae..866f963 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -734,7 +734,7 @@ is_valid_ipv4 () { # Check if networking is already up network_up () { - test -n "$(/sbin/ip -o link show up | cut -d: -f2 | grep -v 'lo$')" + ip addr show | grep -q "ine...
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for storage. Comments and suggestions are appreciated. Mike