crdev

Results 8 comments of crdev

apparently, ```python from utils import load_image ``` is missing

:+1: Any hope to see progress on this awesome change?

Should the next-corporate template perhaps be removed? It's been non-functional for over a year now...

Thanks Nicky, I had found that, too, yet it didn't apply as (1) I didn't use any mapped volumes, (2) I'm running Synology and the settings look a bit different....

Interesting, here is the output I got: ``` $ mount | grep acl /dev/mapper/cachedev_0 on /volume1 type btrfs (rw,nodev,relatime,ssd,synoacl,nospace_cache,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno) /dev/mapper/cachedev_0 on /volume1/@docker/btrfs type btrfs (rw,nodev,relatime,ssd,synoacl,nospace_cache,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno/@docker/btrfs) ``` Obviously, mentions `synoacl`...

Hmm, sadly, that's a mount for the master volume in `/etc/fstab` and it looks like: `/dev/mapper/cachedev_0 /volume1 btrfs auto_reclaim_space,ssd,synoacl,relatime,nodev 0 0`, which I'm not quite comfortable with changing settings for...