Re: [linux-lvm] Difference between Debian and some other distributions with thin provisioning

2017-10-03 Thread Jan Tulak
On Sat, Sep 30, 2017 at 7:24 PM, Zdenek Kabelac wrote: > Dne 29.9.2017 v 18:42 Jan Tulak napsal(a): >> >> Hi guys, >> I found out this difference and I'm not sure what is the cause. A >> command for creating a thin LV, which works on Archlinux, Centos and >> Fedora, fails on

Re: [linux-lvm] Difference between Debian and some other distributions with thin provisioning

2017-09-30 Thread Zdenek Kabelac
Dne 29.9.2017 v 18:42 Jan Tulak napsal(a): Hi guys, I found out this difference and I'm not sure what is the cause. A command for creating a thin LV, which works on Archlinux, Centos and Fedora, fails on Debian and Ubuntu: lvm lvcreate FOOvg1 \ -T \ -l 100%PVS \ -n FOOvg1_thin001

Re: [linux-lvm] Difference between Debian and some other distributions with thin provisioning

2017-09-30 Thread Xen
Jan Tulak schreef op 29-09-2017 18:42: Debian: # cat /etc/debian_version 8.9 # lvm version LVM version: 2.02.111(2) (2014-09-01) Library version: 1.02.90 (2014-09-01) Driver version: 4.27.0 Centos: # cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) # lvm version LVM

[linux-lvm] Difference between Debian and some other distributions with thin provisioning

2017-09-30 Thread Jan Tulak
Hi guys, I found out this difference and I'm not sure what is the cause. A command for creating a thin LV, which works on Archlinux, Centos and Fedora, fails on Debian and Ubuntu: lvm lvcreate FOOvg1 \ -T \ -l 100%PVS \ -n FOOvg1_thin001 \ /dev/loop0 /dev/loop1 /dev/loop2 When it