Displaying 3 results from an estimated 3 matches for "rmeggins".
2015 Aug 27
2
vms not persistent after upgrading to f22?
2015 Aug 28
1
Re: vms not persistent after upgrading to f22?
...virsh define <xml definition file>
I thought it odd too that virsh create <xml defintion file> only created
a temp instance. But the first command did what I needed with
persistence.
-----Original Message-----
From: Michal Privoznik <mprivozn@redhat.com>
To: Rich Megginson <rmeggins@redhat.com>, libvirt-users@redhat.com
<libvirt-users@redhat.com>
Cc: Pavel Hrdina <phrdina@redhat.com>
Subject: Re: [libvirt-users] vms not persistent after upgrading to f22?
Date: Fri, 28 Aug 2015 06:40:13 +0200
On 27.08.2015 20:28, Rich Megginson wrote:
> With f21 and earlier,...
2014 Aug 05
2
possible to dynamically set/add network domain name?
trying to use virsh net-update to add a domain name
libvirt-1.1.3.5-2.fc20.x86_64
sudo virsh net-update default add domain "<domain name='test'/>" --live
--config
error: this function is not supported by the connection driver: can't
update 'domain' section of network 'default'
is it possible to add a domain using net-update?