Re: [PATCH v10 4/9] copy-on-read: pass base node name to COR driver

2020-10-05 Thread Vladimir Sementsov-Ogievskiy
29.09.2020 15:38, Andrey Shinkevich wrote: To limit the guest's COR operations by the base node in the backing Better to drop "guest's " word. We don't to limit the guest in any chain during stream job, pass the base node name to the copy-on-read driver. The rest of the functionality will be

[PATCH v10 4/9] copy-on-read: pass base node name to COR driver

2020-09-29 Thread Andrey Shinkevich via
To limit the guest's COR operations by the base node in the backing chain during stream job, pass the base node name to the copy-on-read driver. The rest of the functionality will be implemented in the patch that follows. Signed-off-by: Andrey Shinkevich --- block/copy-on-read.c | 13