Re: [libvirt] [PATCH v2 7/8] undefine: Extend virsh undefine to support the new API

2011-07-15 Thread Osier Yang
于 2011年07月16日 05:40, Eric Blake 写道: On 07/15/2011 03:06 AM, Osier Yang wrote: If the domain has managed state file, and --managed-state is not specified, then it fails with error prompt to tell user there is managed state file exists. Grammar suggestion: then it fails with an error telling the

Re: [libvirt] [PATCH v2 7/8] undefine: Extend virsh undefine to support the new API

2011-07-15 Thread Eric Blake
On 07/15/2011 03:06 AM, Osier Yang wrote: > If the domain has managed state file, and --managed-state is > not specified, then it fails with error prompt to tell user > there is managed state file exists. Grammar suggestion: then it fails with an error telling the user that a managed save still e

[libvirt] [PATCH v2 7/8] undefine: Extend virsh undefine to support the new API

2011-07-15 Thread Osier Yang
If the domain has managed state file, and --managed-state is not specified, then it fails with error prompt to tell user there is managed state file exists. And the domain has managed state file, and --managed-state is specified, it invokes virDomainUndefineFlags, if virDomainUndefineFlag fails, t