Re: [libvirt] [PATCH] activate and refresh logical volumes while refreshing logical pool

2017-08-01 Thread Vasiliy Tolstov
2017-08-01 17:36 GMT+03:00 Ján Tomko : > On Tue, Aug 01, 2017 at 04:26:07PM +0300, Vasiliy Tolstov wrote: >> >> Signed-off-by: Vasiliy Tolstov >> --- >> src/storage/storage_backend_logical.c | 19 +++ >> 1 file changed, 19 insertions(+) >> >>

Re: [libvirt] [PATCH] activate and refresh logical volumes while refreshing logical pool

2017-08-01 Thread Ján Tomko
On Tue, Aug 01, 2017 at 04:26:07PM +0300, Vasiliy Tolstov wrote: Signed-off-by: Vasiliy Tolstov --- src/storage/storage_backend_logical.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/storage/storage_backend_logical.c

Re: [libvirt] [PATCH] activate and refresh logical volumes while refreshing logical pool

2017-08-01 Thread Peter Krempa
On Tue, Aug 01, 2017 at 16:26:07 +0300, Vasiliy Tolstov wrote: Please provide a commit message with justification. > Signed-off-by: Vasiliy Tolstov > --- > src/storage/storage_backend_logical.c | 19 +++ > 1 file changed, 19 insertions(+) signature.asc

[libvirt] [PATCH] activate and refresh logical volumes while refreshing logical pool

2017-08-01 Thread Vasiliy Tolstov
Signed-off-by: Vasiliy Tolstov --- src/storage/storage_backend_logical.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/storage/storage_backend_logical.c b/src/storage/storage_backend_logical.c index 67f70e551729..0c34476de38e 100644 ---

[libvirt] [PATCH] activate and refresh logical volumes while refreshing logical pool

2017-08-01 Thread Vasiliy Tolstov
When using remote attached disks like srp/iser its useful to auto activate volumes list and refresh its metadata because volume may be created outside of libvirt and on different node. Vasiliy Tolstov (1): activate and refresh logical volumes while refreshing logical pool