Re: [PATCH 7/9] migration: don't remember image labels when migrating with shared fs

2021-09-09 Thread Peng Liang
On 9/9/2021 7:01 PM, Michal Prívozník wrote: > On 8/23/21 4:41 AM, Peng Liang wrote: >> When migrating with shared fs, the image labels has been remembered and >> the ownership of the image has been set in the src host. If the dst >> host remembers the ownership of the image again, the ownership

Re: [PATCH 7/9] migration: don't remember image labels when migrating with shared fs

2021-09-09 Thread Michal Prívozník
On 8/23/21 4:41 AM, Peng Liang wrote: > When migrating with shared fs, the image labels has been remembered and > the ownership of the image has been set in the src host. If the dst > host remembers the ownership of the image again, the ownership of the > image remembered in the src host (the

[PATCH 7/9] migration: don't remember image labels when migrating with shared fs

2021-08-22 Thread Peng Liang
When migrating with shared fs, the image labels has been remembered and the ownership of the image has been set in the src host. If the dst host remembers the ownership of the image again, the ownership of the image remembered in the src host (the origin ownership) will lost. Signed-off-by: Peng