Replies: 1 comment 2 replies
-
sudo zpool import -o readonly=on nas1 this worked for me to get a read only version. still looking for a solution to make it writable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a horrible time trying to get this pool back connected. First a backstory
16TB single drive was created in TrueNAS that was on my Proxmox box installed on a Poweredge R710. The drive was hardware passthrough to the VM.
I migrated from the R710 to an HPE DL380 server. I have a fresh install of pve on that box. I moved the 16TB drive to the HPE.
Initially I had issues trying to get a new pool showing up in pve (was trying to configure 3x 8TB drives in raidz; eventually it all worked). Later on I was able to successfully import the 16TB drive into the pve pools and I was able to pull the backed up VMs from the old R710 system to the new HPE one. Afterwards I started up TrueNAS and had passed through the drive as well. TrueNAS complained about the drive (not sure of the exact message, but it was like it was partially connected, but not fully as it showed up as available, but couldn't access it to read/write). Then I remembered I hadn't released it from pve host. So I shut down TrueNAS, and went back to pve and issued the export command to drop it off of pve.
I then went back into TrueNAS and tried to re-import the drive, but it kept failing.
Because I was worried about some kind of configuration issue because the drive assignments changed, I tried to re-import it back into pve so I could just copy all the data off of it onto the 21TB pool (the 3x 8TB). But I was unable to import it.
I kept getting the following:
However, if I do zpool import:
I can see the pool is there. I have tried using the -f flag, and all sorts of other methods all over the internet forums, but I just can not get this pool to be recognized to connect.
Is there any way to get this thing back online and accessible?? I really would hate to loose the data on the pool.
Beta Was this translation helpful? Give feedback.
All reactions