Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-24 Thread Max Reitz
On 23.10.19 16:10, Vladimir Sementsov-Ogievskiy wrote: > 23.10.2019 16:56, Vladimir Sementsov-Ogievskiy wrote: >> 22.10.2019 14:05, Max Reitz wrote: >>> On 21.10.19 08:50, Denis Plotnikov wrote: On 18.10.2019 18:02, Max Reitz wrote: > On 18.10.19 14:09, Denis Plotnikov wrote: >> T

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-23 Thread Kevin Wolf
Am 23.10.2019 um 15:56 hat Vladimir Sementsov-Ogievskiy geschrieben: > 22.10.2019 14:05, Max Reitz wrote: > > On 21.10.19 08:50, Denis Plotnikov wrote: > >> > >> On 18.10.2019 18:02, Max Reitz wrote: > >>> On 18.10.19 14:09, Denis Plotnikov wrote: > The modification is useful to workaround exc

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-23 Thread Vladimir Sementsov-Ogievskiy
23.10.2019 16:56, Vladimir Sementsov-Ogievskiy wrote: > 22.10.2019 14:05, Max Reitz wrote: >> On 21.10.19 08:50, Denis Plotnikov wrote: >>> >>> On 18.10.2019 18:02, Max Reitz wrote: On 18.10.19 14:09, Denis Plotnikov wrote: > The modification is useful to workaround exclusive file access

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-23 Thread Vladimir Sementsov-Ogievskiy
22.10.2019 14:05, Max Reitz wrote: > On 21.10.19 08:50, Denis Plotnikov wrote: >> >> On 18.10.2019 18:02, Max Reitz wrote: >>> On 18.10.19 14:09, Denis Plotnikov wrote: The modification is useful to workaround exclusive file access restrictions, e.g. to implement VM migration with s

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-22 Thread Denis Plotnikov
On 22.10.2019 16:18, Max Reitz wrote: > On 22.10.19 14:53, Denis Plotnikov wrote: >> On 22.10.2019 14:05, Max Reitz wrote: >>> On 21.10.19 08:50, Denis Plotnikov wrote: On 18.10.2019 18:02, Max Reitz wrote: > On 18.10.19 14:09, Denis Plotnikov wrote: >> The modification is useful to w

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-22 Thread Max Reitz
On 22.10.19 14:53, Denis Plotnikov wrote: > > On 22.10.2019 14:05, Max Reitz wrote: >> On 21.10.19 08:50, Denis Plotnikov wrote: >>> On 18.10.2019 18:02, Max Reitz wrote: On 18.10.19 14:09, Denis Plotnikov wrote: > The modification is useful to workaround exclusive file access > rest

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-22 Thread Denis Plotnikov
On 22.10.2019 14:05, Max Reitz wrote: > On 21.10.19 08:50, Denis Plotnikov wrote: >> On 18.10.2019 18:02, Max Reitz wrote: >>> On 18.10.19 14:09, Denis Plotnikov wrote: The modification is useful to workaround exclusive file access restrictions, e.g. to implement VM migration with

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-22 Thread Max Reitz
On 21.10.19 08:50, Denis Plotnikov wrote: > > On 18.10.2019 18:02, Max Reitz wrote: >> On 18.10.19 14:09, Denis Plotnikov wrote: >>> The modification is useful to workaround exclusive file access restrictions, >>> e.g. to implement VM migration with shared disk stored on a storage with >>> the exc

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-20 Thread Denis Plotnikov
On 18.10.2019 18:02, Max Reitz wrote: > On 18.10.19 14:09, Denis Plotnikov wrote: >> The modification is useful to workaround exclusive file access restrictions, >> e.g. to implement VM migration with shared disk stored on a storage with >> the exclusive file opening model: a destination VM is sta

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-18 Thread Max Reitz
On 18.10.19 14:09, Denis Plotnikov wrote: > The modification is useful to workaround exclusive file access restrictions, > e.g. to implement VM migration with shared disk stored on a storage with > the exclusive file opening model: a destination VM is started waiting for > incomming migration with

Re: [PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-18 Thread Eric Blake
On 10/18/19 7:09 AM, Denis Plotnikov wrote: The modification is useful to workaround exclusive file access restrictions, e.g. to implement VM migration with shared disk stored on a storage with the exclusive file opening model: a destination VM is started waiting for incomming migration with a fa

[PATCH] blockdev: modify blockdev-change-medium to change non-removable device

2019-10-18 Thread Denis Plotnikov
The modification is useful to workaround exclusive file access restrictions, e.g. to implement VM migration with shared disk stored on a storage with the exclusive file opening model: a destination VM is started waiting for incomming migration with a fake image drive, and later, on the last migrati