Comment 17 for bug 769927

Revision history for this message
molostoff (molostoff) wrote :

@Jens

1) A server host config file /etc/default/nfs-common is the same as on client

2) Server side mount point (in server /etc/fstab) which is shared via /etc/exports is lvm2 volume with ext4:
/dev/myhost/downloads /var/lib/transmission-daemon auto defaults,noatime 0 2

(tune2fs -l /dev/myhost/downloads: Default mount options: journal_data_writeback)

3) A server host config file /etc/default/nfs-kernel-server attached here.