Tom Parrott
Tom Parrott
Thanks, I used GiB :( The rounding logic is called here for ZFS: https://github.com/canonical/lxd/blob/main/lxd/storage/drivers/driver_zfs_volumes.go#L87 It uses https://github.com/canonical/lxd/blob/main/lxd/storage/drivers/driver_common.go#L554-L566 which rounds to 8192 bytes (https://github.com/canonical/lxd/blob/main/lxd/storage/drivers/utils.go#L25). LVM has its own rounding logic here:...
It'd be good to get a reproducer so we can check its actually fixed.
Please can you sign the CLA. https://ubuntu.com/legal/contributors/agreement
Hi @arvganesh do you need any help with addressing the pending items on this issue?
Hi @arvganesh are you able to progress this or should we close it? Thanks
Hi @arvganesh im going to close this for now so our open PR list doesn't get too long. When/if you are able to sign the CLA then please free to...
Thanks @mihalicyn !
@mihalicyn please can you investigate. Ta
> userns=0 In this context what is `userns=0` btw?
@alexmurray so are you saying that going forward all calls to `unshare -U` need to be wrapped in their own apparmor profile?