Opened 18 months ago

Last modified 18 months ago

#1134 new enhancement

Warn a user prior to making data inaccessible via mount

Reported by: jgreco Owned by:
Priority: minor Milestone:
Component: Backend Version: 8.0.2-RELEASE
Keywords: Cc:

Description

Pretty sure at this point that's what happened to this guy

http://forums.freenas.org/showthread.php?5379-FreeNAS-8-0-2-ZFS-RAIDZ-Size-issue

If a proposed mountpoint doesn't exist, go ahead and use it.

If it exists but is empty, that's probably fine too, but there may be edge cases.

If it exists and isn't empty, I suggest that this is a problem that should not be silently ignored. My preferred solution would probably be to refuse to create the mountpoint at all.

Change History (1)

comment:1 Changed 18 months ago by gcooper

  • Priority changed from major to minor
  • Type changed from defect to enhancement

Agreed, but this is a tricky problem given all the different ways we have to import, mount, etc today.

Note: See TracTickets for help on using tickets.