Questions tagged [zpool]
109 questions
0
votes
1 answer
Cannot see the right and used space on a ZFS dataset
I have set up a vm with debian buster and ZFS. Initially the machine booted from first hard drive, but added x4 20Gb hd and transfered the system to zfs for testing purposes.
It works, so I added some datasets to see how it grows. But when querying…

ppk
- 143
- 2
- 9
-1
votes
1 answer
How to export zpool from alternate disk slice?
I need some help in recovering ZFS pool. Here is scenerio. There are two disks -
c0t0d0 - This is good disk. I cloned it from other server and boot server from this disk.
c0t1d0 - This is original disk of this server, having errors. I am able to…

user3183426
- 21
- 1
- 4
-2
votes
2 answers
zfs backup script cannot receive destination zpool is renamed
Hello I have an issue with a backup script for ZFS snapshots:
basically the break down of the script is this:
### START OF SCRIPT
# These variables are named first because they are nested in other variables.
snap_prefix=snap
retention=10
# Full…

user1814718
- 1
- 1
-2
votes
1 answer
Move data to a new zpool
I want to create a new Zpool and move data from an old zpool
The old zpool is like this:
rpool [mirror-0 (c1t0d0s0 c1t1d0s0) ]
I will insert two new hard drives and want to configure a new zpool like the old one.
Then i want to move /data-tmp…

garci86
- 1
- 1