Re: [Qemu-devel] export root node for write through NBD

2017-12-15 Thread Vladimir Sementsov-Ogievskiy
30.11.2017 17:33, Kevin Wolf wrote: Am 30.11.2017 um 15:21 hat Max Reitz geschrieben: On 2017-11-30 08:47, Vladimir Sementsov-Ogievskiy wrote: Hi all. We need the following option: start vm in stopped mode (-S) and write it's disk before start through NBD. It should be absolutely safe, but unf

Re: [Qemu-devel] export root node for write through NBD

2017-11-30 Thread Kevin Wolf
Am 30.11.2017 um 15:21 hat Max Reitz geschrieben: > On 2017-11-30 08:47, Vladimir Sementsov-Ogievskiy wrote: > > Hi all. > > > > We need the following option: start vm in stopped mode (-S) and write > > it's disk before start through NBD. > > It should be absolutely safe, but unfortunately it is d

Re: [Qemu-devel] export root node for write through NBD

2017-11-30 Thread Max Reitz
On 2017-11-30 08:47, Vladimir Sementsov-Ogievskiy wrote: > Hi all. > > We need the following option: start vm in stopped mode (-S) and write > it's disk before start through NBD. > It should be absolutely safe, but unfortunately it is disallowed by root > role of the disk. > Is there any workaroun

[Qemu-devel] export root node for write through NBD

2017-11-29 Thread Vladimir Sementsov-Ogievskiy
Hi all. We need the following option: start vm in stopped mode (-S) and write it's disk before start through NBD. It should be absolutely safe, but unfortunately it is disallowed by root role of the disk. Is there any workaround or if not, what is a true way to implement this possibility? --