
On Mon, Sep 18, 2017 at 02:40:33PM +0200, Michal Privoznik wrote:
On 09/08/2017 02:52 PM, Erik Skultety wrote:
So we refer to the terms 'persistent' and 'transient' across the whole man page, without describing it further, but more importantly, how the create command affects it, i.e. explicitly stating that domain created via the 'create' command are going to be transient or persistent, depending on whether there is an existing persistent domain with a matching <name> and <uuid>, in which case it will remain persistent, but will run using a one-time configuration, otherwise it's going to be transient and will vanish once destroyed.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- tools/virsh.pod | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-)
ACK
Michal
Pushed, thanks. Erik