Can't import online zfs pools (zfsonlinux)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1














I am running a home NAS alongside my desktop (I'm dual booting windows and Fedora 29) and for some reason, I couldn't import my zpools today.
I'm trying to access via Fedora 29 or a Ubuntu Server 18.04 VM, and both put out exactly the same error - Cant import [pool name]: I/O Error
I've two pools on a single disk each, and both show the same errors, which leads me to believe something is wrong in the software level.
Both disks seem OK (one is rather new) and have shown no signs of failure.
This issue first started after initially importing the pools on Fedora (which worked OK until rebooting).
zdb -C -e shows the following:
pool 1: (a 3TB WD Red drive)



MOS Configuration:
version: 5000
name: 'Big-Red'
state: 0
txg: 33140
pool_guid: 2470736168679644355
errata: 0
hostname: 'zfscloud'
com.delphix:has_per_vdev_zaps
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 2470736168679644355
children[0]:
type: 'disk'
id: 0
guid: 5103424011777975964
path: '/dev/sdb1'
whole_disk: 1
metaslab_array: 256
metaslab_shift: 34
ashift: 12
asize: 3000578342912
is_log: 0
create_txg: 4
com.delphix:vdev_zap_leaf: 129
com.delphix:vdev_zap_top: 130
degraded: 1
aux_state: 'err_exceeded'
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data


pool 2 (a 750GB WD Blue drive):



MOS Configuration:
version: 5000
name: 'Trunk'
state: 0
txg: 22372
pool_guid: 14763288275454781571
errata: 0
hostname: 'zfscloud'
com.delphix:has_per_vdev_zaps
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 14763288275454781571
children[0]:
type: 'disk'
id: 0
guid: 9605113579753698417
path: '/dev/sdc1'
whole_disk: 1
metaslab_array: 131
metaslab_shift: 32
ashift: 9
asize: 750141308928
is_log: 0
create_txg: 4
com.delphix:vdev_zap_leaf: 129
com.delphix:vdev_zap_top: 130
degraded: 1
aux_state: 'err_exceeded'
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data


The strange part is both pools are shown as online:



pool: Trunk
id: 14763288275454781571
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

Trunk ONLINE
sdc ONLINE

pool: Big-Red
id: 2470736168679644355
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

Big-Red ONLINE
sdb ONLINE









share|improve this question




























    1














    I am running a home NAS alongside my desktop (I'm dual booting windows and Fedora 29) and for some reason, I couldn't import my zpools today.
    I'm trying to access via Fedora 29 or a Ubuntu Server 18.04 VM, and both put out exactly the same error - Cant import [pool name]: I/O Error
    I've two pools on a single disk each, and both show the same errors, which leads me to believe something is wrong in the software level.
    Both disks seem OK (one is rather new) and have shown no signs of failure.
    This issue first started after initially importing the pools on Fedora (which worked OK until rebooting).
    zdb -C -e shows the following:
    pool 1: (a 3TB WD Red drive)



    MOS Configuration:
    version: 5000
    name: 'Big-Red'
    state: 0
    txg: 33140
    pool_guid: 2470736168679644355
    errata: 0
    hostname: 'zfscloud'
    com.delphix:has_per_vdev_zaps
    vdev_children: 1
    vdev_tree:
    type: 'root'
    id: 0
    guid: 2470736168679644355
    children[0]:
    type: 'disk'
    id: 0
    guid: 5103424011777975964
    path: '/dev/sdb1'
    whole_disk: 1
    metaslab_array: 256
    metaslab_shift: 34
    ashift: 12
    asize: 3000578342912
    is_log: 0
    create_txg: 4
    com.delphix:vdev_zap_leaf: 129
    com.delphix:vdev_zap_top: 130
    degraded: 1
    aux_state: 'err_exceeded'
    features_for_read:
    com.delphix:hole_birth
    com.delphix:embedded_data


    pool 2 (a 750GB WD Blue drive):



    MOS Configuration:
    version: 5000
    name: 'Trunk'
    state: 0
    txg: 22372
    pool_guid: 14763288275454781571
    errata: 0
    hostname: 'zfscloud'
    com.delphix:has_per_vdev_zaps
    vdev_children: 1
    vdev_tree:
    type: 'root'
    id: 0
    guid: 14763288275454781571
    children[0]:
    type: 'disk'
    id: 0
    guid: 9605113579753698417
    path: '/dev/sdc1'
    whole_disk: 1
    metaslab_array: 131
    metaslab_shift: 32
    ashift: 9
    asize: 750141308928
    is_log: 0
    create_txg: 4
    com.delphix:vdev_zap_leaf: 129
    com.delphix:vdev_zap_top: 130
    degraded: 1
    aux_state: 'err_exceeded'
    features_for_read:
    com.delphix:hole_birth
    com.delphix:embedded_data


    The strange part is both pools are shown as online:



    pool: Trunk
    id: 14763288275454781571
    state: ONLINE
    action: The pool can be imported using its name or numeric identifier.
    config:

    Trunk ONLINE
    sdc ONLINE

    pool: Big-Red
    id: 2470736168679644355
    state: ONLINE
    action: The pool can be imported using its name or numeric identifier.
    config:

    Big-Red ONLINE
    sdb ONLINE









    share|improve this question


























      1












      1








      1







      I am running a home NAS alongside my desktop (I'm dual booting windows and Fedora 29) and for some reason, I couldn't import my zpools today.
      I'm trying to access via Fedora 29 or a Ubuntu Server 18.04 VM, and both put out exactly the same error - Cant import [pool name]: I/O Error
      I've two pools on a single disk each, and both show the same errors, which leads me to believe something is wrong in the software level.
      Both disks seem OK (one is rather new) and have shown no signs of failure.
      This issue first started after initially importing the pools on Fedora (which worked OK until rebooting).
      zdb -C -e shows the following:
      pool 1: (a 3TB WD Red drive)



      MOS Configuration:
      version: 5000
      name: 'Big-Red'
      state: 0
      txg: 33140
      pool_guid: 2470736168679644355
      errata: 0
      hostname: 'zfscloud'
      com.delphix:has_per_vdev_zaps
      vdev_children: 1
      vdev_tree:
      type: 'root'
      id: 0
      guid: 2470736168679644355
      children[0]:
      type: 'disk'
      id: 0
      guid: 5103424011777975964
      path: '/dev/sdb1'
      whole_disk: 1
      metaslab_array: 256
      metaslab_shift: 34
      ashift: 12
      asize: 3000578342912
      is_log: 0
      create_txg: 4
      com.delphix:vdev_zap_leaf: 129
      com.delphix:vdev_zap_top: 130
      degraded: 1
      aux_state: 'err_exceeded'
      features_for_read:
      com.delphix:hole_birth
      com.delphix:embedded_data


      pool 2 (a 750GB WD Blue drive):



      MOS Configuration:
      version: 5000
      name: 'Trunk'
      state: 0
      txg: 22372
      pool_guid: 14763288275454781571
      errata: 0
      hostname: 'zfscloud'
      com.delphix:has_per_vdev_zaps
      vdev_children: 1
      vdev_tree:
      type: 'root'
      id: 0
      guid: 14763288275454781571
      children[0]:
      type: 'disk'
      id: 0
      guid: 9605113579753698417
      path: '/dev/sdc1'
      whole_disk: 1
      metaslab_array: 131
      metaslab_shift: 32
      ashift: 9
      asize: 750141308928
      is_log: 0
      create_txg: 4
      com.delphix:vdev_zap_leaf: 129
      com.delphix:vdev_zap_top: 130
      degraded: 1
      aux_state: 'err_exceeded'
      features_for_read:
      com.delphix:hole_birth
      com.delphix:embedded_data


      The strange part is both pools are shown as online:



      pool: Trunk
      id: 14763288275454781571
      state: ONLINE
      action: The pool can be imported using its name or numeric identifier.
      config:

      Trunk ONLINE
      sdc ONLINE

      pool: Big-Red
      id: 2470736168679644355
      state: ONLINE
      action: The pool can be imported using its name or numeric identifier.
      config:

      Big-Red ONLINE
      sdb ONLINE









      share|improve this question















      I am running a home NAS alongside my desktop (I'm dual booting windows and Fedora 29) and for some reason, I couldn't import my zpools today.
      I'm trying to access via Fedora 29 or a Ubuntu Server 18.04 VM, and both put out exactly the same error - Cant import [pool name]: I/O Error
      I've two pools on a single disk each, and both show the same errors, which leads me to believe something is wrong in the software level.
      Both disks seem OK (one is rather new) and have shown no signs of failure.
      This issue first started after initially importing the pools on Fedora (which worked OK until rebooting).
      zdb -C -e shows the following:
      pool 1: (a 3TB WD Red drive)



      MOS Configuration:
      version: 5000
      name: 'Big-Red'
      state: 0
      txg: 33140
      pool_guid: 2470736168679644355
      errata: 0
      hostname: 'zfscloud'
      com.delphix:has_per_vdev_zaps
      vdev_children: 1
      vdev_tree:
      type: 'root'
      id: 0
      guid: 2470736168679644355
      children[0]:
      type: 'disk'
      id: 0
      guid: 5103424011777975964
      path: '/dev/sdb1'
      whole_disk: 1
      metaslab_array: 256
      metaslab_shift: 34
      ashift: 12
      asize: 3000578342912
      is_log: 0
      create_txg: 4
      com.delphix:vdev_zap_leaf: 129
      com.delphix:vdev_zap_top: 130
      degraded: 1
      aux_state: 'err_exceeded'
      features_for_read:
      com.delphix:hole_birth
      com.delphix:embedded_data


      pool 2 (a 750GB WD Blue drive):



      MOS Configuration:
      version: 5000
      name: 'Trunk'
      state: 0
      txg: 22372
      pool_guid: 14763288275454781571
      errata: 0
      hostname: 'zfscloud'
      com.delphix:has_per_vdev_zaps
      vdev_children: 1
      vdev_tree:
      type: 'root'
      id: 0
      guid: 14763288275454781571
      children[0]:
      type: 'disk'
      id: 0
      guid: 9605113579753698417
      path: '/dev/sdc1'
      whole_disk: 1
      metaslab_array: 131
      metaslab_shift: 32
      ashift: 9
      asize: 750141308928
      is_log: 0
      create_txg: 4
      com.delphix:vdev_zap_leaf: 129
      com.delphix:vdev_zap_top: 130
      degraded: 1
      aux_state: 'err_exceeded'
      features_for_read:
      com.delphix:hole_birth
      com.delphix:embedded_data


      The strange part is both pools are shown as online:



      pool: Trunk
      id: 14763288275454781571
      state: ONLINE
      action: The pool can be imported using its name or numeric identifier.
      config:

      Trunk ONLINE
      sdc ONLINE

      pool: Big-Red
      id: 2470736168679644355
      state: ONLINE
      action: The pool can be imported using its name or numeric identifier.
      config:

      Big-Red ONLINE
      sdb ONLINE






      fedora zfs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 16 at 11:04









      Rui F Ribeiro

      38.8k1479129




      38.8k1479129










      asked Dec 14 at 21:19









      dkd6

      61




      61

























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f488061%2fcant-import-online-zfs-pools-zfsonlinux%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f488061%2fcant-import-online-zfs-pools-zfsonlinux%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown






          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay