Displaying 2 results from an estimated 2 matches for "l1089".
Did you mean:
1089
2014 Oct 10
5
missing btrfs subvol support
Is btrfs subvol support failing just for me? Looks like nothing adds the
required '@/' string. virt-ls uses the first variant of the command:
><rescue> mount -vo subvol=var/spool,ro /dev/sda2 /sysroot/
[ 113.852047] BTRFS info (device sda2): disk space caching is enabled
[ 113.852869] BTRFS: has skinny extents
mount: mount(2) failed: No such file or directory
><rescue>
2014 Oct 10
0
Re: missing btrfs subvol support
...D=65b72f12-eccb-4cf2-a4f4-9c4bb462456f /var/spool btrfs subvol=@/var/spool 0 0
I wonder if this is an Augeas thing?
We use Augeas to parse the /etc/fstab btrfs entries, see
src/inspect-fs-unix.c: check_fstab:
https://github.com/libguestfs/libguestfs/blob/master/src/inspect-fs-unix.c#L1089
And we then pass the subvol back to the mount command in
daemon/mount.c (which doesn't alter it).
https://github.com/libguestfs/libguestfs/blob/master/daemon/mount.c#L154
You could try:
cd /tmp
mkdir etc
cat > etc/fstab <<EOF
UUID=123 swap swap defaults 0 0
UUID=...