[et-mgmt-tools] [PATCH] Unify the checking of the MAC address confliction between virtmanager and virtinstall

S.Sakamoto fj0588di at aa.jp.fujitsu.com
Wed Jun 27 07:16:53 UTC 2007


Hi,

Behavior after the check of the repetition of the MAC address of virt-manager(create guest)
is different from virt-install.

 *** virt-manager ***
  After having output warning message "Do you really want to use the MAC address ?",
  let a user choose behavior with "Yes" or "No".

 *** virt-install ***
 In the case of repetition with the MAC address of the host:
   -> It becomes the error and lets a user input it  MAC address again.
 In the case of repetition with the MAC address of the another active guest:
   -> It becomes the error and lets a user input it  MAC address again.
 In the case of repetition with the MAC address of the another inactive guest:
   -> After having output warning message, Installation continues.

Therefore I made the patch which adjusted behavior of virt-manager to virt-install.
(Because add_hardware is similar Wizard, I make it the same behavior.)

Incidentally, because items in NIC setting wizard is not initialized, I initialize it.


Signed-off-by: Shigeki Sakamoto <fj0588di at aa.jp.fujitsu.com>

Thanks,
Shigeki Sakamoto.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addhardware.patch
Type: application/octet-stream
Size: 2806 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/et-mgmt-tools/attachments/20070627/76652f31/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: create.patch
Type: application/octet-stream
Size: 2711 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/et-mgmt-tools/attachments/20070627/76652f31/attachment-0001.obj>


More information about the et-mgmt-tools mailing list