]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Allow '-o remount' for non-legacy datasets
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 30 Jul 2012 22:38:02 +0000 (15:38 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 30 Jul 2012 22:58:02 +0000 (15:58 -0700)
commitc171ea71bbedde9c30c39ce96d555bfd585e49a2
tree912e0bb475142ef75dc91e9f185208d5c8719613
parent4ab8a725ce8a2bcf26a9df6902f8ee893e62fe6e
Allow '-o remount' for non-legacy datasets

This is done for compatibility with existing Linux infrastructure.

In particular, when using zfs as a root filesystem there are init
scripts which as part of shutdown remount root read-only.  Also,
the new systemd infrastructure being used by Fedora expects to be
able to remount a file system read-write.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #847
cmd/mount_zfs/mount_zfs.c