<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 10/15/2015 07:15 PM, Thiago Damas
wrote:<br>
</div>
<blockquote
cite="mid:CAFX2eZzhN1mLOrrbtj4fKnp+J8cS-r5suTWTLGBNoGkQ7NeMEw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>root@sm9:~# pct resize 102 rootfs +0</div>
<div><br>
</div>
<div>root@sm9:~# zfs get refquota volumes/subvol-102-disk-1<br>
</div>
<div>NAME PROPERTY VALUE SOURCE</div>
<div>volumes/subvol-102-disk-1 refquota none default</div>
<div><br>
</div>
<div>root@sm9:~# pct resize 102 rootfs +1</div>
<div>zfs error: cannot set property for
'volumes/subvol-102-disk-1': use 'none' to disable
quota/refquota</div>
<div>root@sm9:~# cat /etc/pve/lxc/102.conf</div>
<div>arch: amd64</div>
<div>cpulimit: 1</div>
<div>cpuunits: 1024</div>
<div>hostname: teste</div>
<div>memory: 512</div>
<div>net0:
bridge=vmbr0,gw=192.168.224.1,hwaddr=CE:F4:22:3C:C9:95,ip=<a
moz-do-not-send="true"
href="http://192.168.224.205/24,name=eth0,type=veth">192.168.224.205/24,name=eth0,type=veth</a></div>
<div>ostype: ubuntu</div>
<div>rootfs: zfs:subvol-102-disk-1,size=16G</div>
<div>swap: 512</div>
</div>
</blockquote>
This is normal, your container is larger than 1Byte.<br>
<blockquote
cite="mid:CAFX2eZzhN1mLOrrbtj4fKnp+J8cS-r5suTWTLGBNoGkQ7NeMEw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>root@sm9:~# pct resize 102 rootfs 17G</div>
<div><br>
</div>
<div>root@sm9:~# zfs get refquota volumes/subvol-102-disk-1</div>
<div>NAME PROPERTY VALUE SOURCE</div>
<div>volumes/subvol-102-disk-1 refquota 17G local</div>
<div>root@sm9:~# cat /etc/pve/lxc/102.conf</div>
<div>arch: amd64</div>
<div>cpulimit: 1</div>
<div>cpuunits: 1024</div>
<div>hostname: teste</div>
<div>memory: 512</div>
<div>net0:
bridge=vmbr0,gw=192.168.224.1,hwaddr=CE:F4:22:3C:C9:95,ip=<a
moz-do-not-send="true"
href="http://192.168.224.205/24,name=eth0,type=veth">192.168.224.205/24,name=eth0,type=veth</a></div>
<div>ostype: ubuntu</div>
<div>rootfs: zfs:subvol-102-disk-1,size=17M</div>
<div>swap: 512</div>
<div><br>
</div>
</div>
</blockquote>
This is an known bug see
<a class="moz-txt-link-freetext" href="https://bugzilla.proxmox.com/show_bug.cgi?id=752">https://bugzilla.proxmox.com/show_bug.cgi?id=752</a><br>
and is fixed in pve-container lager than 1.0-8<br>
</body>
</html>