Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. To set a custom ZFS property on the mypool pool, you need to provide itusing the "key1:key2=value" syntax, where the colon (:) is used as theseparator and identifier from the built-in ZFS properties:

To set a custom ZFS property on the mypool pool, you need to provide itusing the "key1:key2=value" syntax, where the colon (:) is used as theseparator and identifier from the built-in ZFS properties:

Scheduled Pinned Locked Moved Uncategorized
1 Posts 1 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • fbfortune@mastodon.bsd.cafeF This user is from outside of this forum
    fbfortune@mastodon.bsd.cafeF This user is from outside of this forum
    fbfortune@mastodon.bsd.cafe
    wrote last edited by
    #1

    To set a custom ZFS property on the mypool pool, you need to provide it
    using the "key1:key2=value" syntax, where the colon (:) is used as the
    separator and identifier from the built-in ZFS properties:

    # zfs set warranty:expires=2038-01-19 mypool

    The custom property is applied to all datasets and can be queried like any
    built-in properties using zfs get:

    zfs get warranty:expires mypool

    To reset the value of a custom property, use the inherit subcommand:

    # zfs inherit warranty:expires mypool

    Removing a custom property from a pool is done using the -r flag to the
    "zfs inherit" command:

    # zfs inherit -r warranty:expires mypool

    -- Benedict Reuschling <bcr@FreeBSD.org>

    1 Reply Last reply
    1
    0
    • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe shared this topic
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups