https://bugzilla.novell.com/show_bug.cgi?id=714151 https://bugzilla.novell.com/show_bug.cgi?id=714151#c2 --- Comment #2 from Diego Ercolani <diego.ercolani@gmail.com> 2011-09-07 13:46:09 UTC --- (In reply to comment #1) I confirm that with fsid=0 It seems to work.
From the exports manual page:
fsid=num|root|uuid NFS needs to be able to identify each filesystem that it exports. Normally it will use a UUID for the filesystem (if the filesystem has such a thing) or the device number of the device holding the filesystem (if the filesystem is stored on the device). As not all filesystems are stored on devices, and not all filesystems have UUIDs, it is sometimes necessary to explicitly tell NFS how to identify a filesystem. This is done with the fsid= option. For NFSv4, there is a distinguished filesystem which is the root of all exported filesystem. This is specified with fsid=root or fsid=0 both of which mean exactly the same thing. Other filesystems can be identified with a small integer, or a UUID which should contain 32 hex digits and arbitrary punctu- ation. Linux kernels version 2.6.20 and earlier do not understand the UUID setting so a small integer must be used if an fsid option needs to be set for such kernels. Setting both a small number and a UUID is supported so the same configuration can be made to work on old and new kernels alike. buti it seem that btrfs have its own uuid, in my case: Label: 'usr' uuid: cb9b8f2b-f590-49c1-a896-7f372732a00a Total devices 1 FS bytes used 2.56GB devid 1 size 10.00GB used 5.04GB path /dev/dm-1 Label: 'vecchiopcrootfs' uuid: 7ae3bf35-4c50-40ef-afe5-6e59272e389e Total devices 1 FS bytes used 14.94GB devid 1 size 24.00GB used 21.04GB path /dev/dm-2 Label: 'samba' uuid: 44f76b1a-a414-40f5-a917-0d0a78b47fb0 Total devices 1 FS bytes used 54.05GB devid 1 size 100.00GB used 70.29GB path /dev/dm-3 Label: 'virtualmachines' uuid: d5d0ac81-3754-40ef-86b4-7b1fa6fb7b02 Total devices 1 FS bytes used 94.74GB devid 1 size 150.00GB used 98.29GB path /dev/dm-7 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.