The return value of the argument error of option is wrong in virt-install.
Hi,
When I set a wrong value in option of virt-install,(ex. --cpuset=aaa, --mac=aaa)
Error message appears and a command is finished,
but the return value is 0.
So, I make the patch which improved this problem so that a user is not confused.
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
02-01-2008, 08:01 AM
"S.Sakamoto"
The return value of the argument error of option is wrong in virt-install.
Hi,
When I set a wrong value in option of virt-install,(ex. --cpuset=aaa, --mac=aaa)
Error message appears and a command is finished,
but the return value is 0.
So, I make the patch which improved this problem so that a user is not confused.