[libvirt] [PATCH] ZFS: Add vol-resize support

2016-12-14 Thread Sergei A Mamonov
Add virStorageBackendZFSResizeVol method for storage_backend_zfs.c --- src/storage/storage_backend_zfs.c | 28 1 file changed, 28 insertions(+) diff --git a/src/storage/storage_backend_zfs.c b/src/storage/storage_backend_zfs.c index 3a43be4..8e57d72 100644 ---

Re: [libvirt] [PATCH] ZFS: Add vol-resize support

2016-12-14 Thread Сергей Мамонов
Hello! But shrink without additional checks may be very bad idea. "zfs set volsize=SIZE " not check used size (on zol now) and it can kill VM filesystem. 2016-12-14 20:15 GMT+03:00 Sergei A Mamonov : > Add virStorageBackendZFSResizeVol method for storage_backend_zfs.c > >