removing non existent pool - specific truenas scale

nbhanji

Cadet
Joined
Apr 12, 2018
Messages
5
when I perform zpool status -v
root@truenas[~]# zpool status -v
pool: boot-pool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:00:19 with 0 errors on Fri Feb 4 03:45:21 2022
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
sda3 ONLINE 0 0 0

errors: No known data errors

pool: data-pool-02
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
data-pool-02 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
570c7afe-0a21-40a5-8f24-e2f945ad4412 ONLINE 0 0 0
0248fc6e-f9b9-4049-8f18-13ab1ff64ce8 ONLINE 0 0 0

errors: No known data errors


Under GUI, this is what shows:

1644081420051.png


when i select/click on export/disconnect:
1644081449827.png


when I select export/disconnect:

1644081476299.png


Not sure if this is a bug or there is a way to resolve. I have searched forums and web, nothing that can solve for me. Any help is appreciated.

Thanks.
 

Danpomeroy

Dabbler
Joined
Feb 17, 2021
Messages
24
Any luck with this?
when I perform zpool status -v
root@truenas[~]# zpool status -v
pool: boot-pool

state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:00:19 with 0 errors on Fri Feb 4 03:45:21 2022
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
sda3 ONLINE 0 0 0

errors: No known data errors

pool: data-pool-02

state: ONLINE
config:

NAME STATE READ WRITE CKSUM
data-pool-02 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
570c7afe-0a21-40a5-8f24-e2f945ad4412 ONLINE 0 0 0
0248fc6e-f9b9-4049-8f18-13ab1ff64ce8 ONLINE 0 0 0

errors: No known data errors


Under GUI, this is what shows:

View attachment 52874

when i select/click on export/disconnect:
View attachment 52875

when I select export/disconnect:

View attachment 52876

Not sure if this is a bug or there is a way to resolve. I have searched forums and web, nothing that can solve for me. Any help is appreciated.

Thanks.
Any luck on this?
 

nbhanji

Cadet
Joined
Apr 12, 2018
Messages
5
Unfortunately no, for now I just ignore it. I know it does not exist and therefore, not use it or look at it. :)
 

Danpomeroy

Dabbler
Joined
Feb 17, 2021
Messages
24
Unfortunately no, for now I just ignore it. I know it does not exist and therefore, not use it or look at it. :)
ugh... ok. If I stumble on anything I will let you know. Thank you!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You could look at this one... (works for both SCALE and CORE)

 

Danpomeroy

Dabbler
Joined
Feb 17, 2021
Messages
24
You could look at this one... (works for both SCALE and CORE)

Problem is my 'zombie' pool is the same size as the real pool. Can't create that file to be the same size if there isn't room.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Can't create that file to be the same size if there isn't room.
Doesn't matter if it's different, but also doesn't take the space as it's a sparsefile... only would grow to that size if you wrote data to the pool before removing it.
 

Danpomeroy

Dabbler
Joined
Feb 17, 2021
Messages
24
Doesn't matter if it's different, but also doesn't take the space as it's a sparsefile... only would grow to that size if you wrote data to the pool before removing it.
Ahh, thank you for that. I didn't realize.

I will give it a try later.
 

Danpomeroy

Dabbler
Joined
Feb 17, 2021
Messages
24
Doesn't matter if it's different, but also doesn't take the space as it's a sparsefile... only would grow to that size if you wrote data to the pool before removing it.
I was able to remote in and follow this. It worked perfectly, and quick!

Thank you!!
 
Top