Error deleting pool

  • Some info:


    zpool destory [name] will do just that. It will destroy your pool. If there is no data in the pool, then you can do that. If you want to 'get rid' of the pool preserving any data, you want the Export button. This closes the pool down and puts it in a state where it can be relocated. Like unmounting a volume. You can also do this from the terminal:


    Code
    zpool export [pool name]


    To get it back:


    Code
    zpool import [pool name]

    With all this said, it looks like you're experiencing the mntent issue detailed here: ZFS device(s) not listed in devices dropdown

    • Offizieller Beitrag

    Unfortunately that error was introduced by a user with a particular zfs setup. His pr was not well tested neither by him or the dev team. hope we can fix that in the next release as well as other issues. You can read more in github.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!