mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #1691: Typo in detach_nic drivers
This commit is contained in:
parent
89f6fb6380
commit
e0f2fe17cd
@ -25,4 +25,4 @@ MAC=$2
|
||||
DETACH_ARGS="--domain $DOMAIN --type bridge --mac $MAC"
|
||||
|
||||
exec_and_log "virsh --connect $LIBVIRT_URI detach-interface $DETACH_ARGS" \
|
||||
"Could not detach NIC ($MAC) to $DOMAIN"
|
||||
"Could not detach NIC ($MAC) from $DOMAIN"
|
||||
|
@ -25,4 +25,4 @@ MAC=$2
|
||||
ID=`$XM_NETWORK_LIST $DOMAIN | grep -i $MAC | cut -d' ' -f1`
|
||||
|
||||
exec_and_log "$XM_DETACH_NIC $DOMAIN $ID" \
|
||||
"Could not detach NIC ($MAC) to $DOMAIN"
|
||||
"Could not detach NIC ($MAC) from $DOMAIN"
|
||||
|
Loading…
x
Reference in New Issue
Block a user