Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

zpool status of zone is in suspended state

3602881Feb 18 2019 — edited Feb 19 2019

Lun of the zone has already been pulled out and zone got de-commissioned but in the server still we can see zpool of the particular zone is mounted. We want to Umount/destroy the zpool.

Error:

===

root@ppsconwbph02[PROD]#zfs umount zpsppaswbph01-zones-pool/zpsppaswbph01

cannot open 'zpsppaswbph01-zones-pool/zpsppaswbph01': pool I/O is currently suspended

root@ppsconwbph02[PROD]#zfs umount -f zpsppaswbph01-zones-pool/zpsppaswbph01

cannot open 'zpsppaswbph01-zones-pool/zpsppaswbph01': pool I/O is currently suspended

root@ppsconwbph02[PROD]#zpool status  zpsppaswbph01-zones-pool

  pool: zpsppaswbph01-zones-pool

state: SUSPENDED

status: One or more devices are faulted in response to IO failures.

action: Make sure the affected devices are connected, then run 'zpool clear'.

   see: http://www.sun.com/msg/ZFS-8000-HC

scan: none requested

config:

        NAME            STATE     READ WRITE CKSUM

        zpsppaswbph01-zones-pool  SUSPENDED     0     0     0  experienced I/O failures

          mirror-0      UNAVAIL      0     0     0  insufficient replicas

            emcpower6c  UNAVAIL      0     0     0  cannot open

            emcpower7c  UNAVAIL      0     0     0  cannot open

root@ppsconwbph02[PROD]#mount -v |grep -i zpsppaswbph01

zpsppaswbph01-zones-pool/zpsppaswbph01 on /zones/zpsppaswbph01 type zfs read/write/setuid/devices/rstchown/nonbmand/exec/xattr/atime/dev=4010006 on Fri Sep 14 03:31:35 2018

root@ppsconwbph02[PROD]#zfs umount -f zpsppaswbph01-zones-pool/zpsppaswbph01

cannot open 'zpsppaswbph01-zones-pool/zpsppaswbph01': pool I/O is currently suspended

root@ppsconwbph02[PROD]#

root@ppsconwbph02[PROD]#zpool status |grep -i zpsppaswbph01

  pool: zpsppaswbph01-zones-pool

        zpsppaswbph01-zones-pool  SUSPENDED     0     0     0  experienced I/O failures

Comments
Post Details
Added on Feb 18 2019
1 comment
2,103 views