Good evening everyone, I have installed PBS as a virtual machine on Qnap NAS.
I have configured 2 images as HDD, one for PBS and one for Datastore.
The datastore virtual disk has been mounted in pbs as ZFS.
I expanded the image size from 2TB to 15TB, on pbs I see the new disk size but the Datastore remains the original size.
If I use the command online -e Datastore1 sda:
Where am I doing wrong? I can not understand..
I have configured 2 images as HDD, one for PBS and one for Datastore.
The datastore virtual disk has been mounted in pbs as ZFS.
I expanded the image size from 2TB to 15TB, on pbs I see the new disk size but the Datastore remains the original size.
Code:
root@pbs1:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
Datastore1 795G 1.10T 795G /mnt/datastore/Datastore1
Code:
root@pbs1:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
Datastore1 1.94T 795G 1.16T - 11.7T 9% 40% 1.00x ONLINE -
Code:
root@pbs1:~# zpool status
pool: Datastore1
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
Datastore1 ONLINE 0 0 0
scsi-0QEMU_QEMU_HARDDISK_4dc5dda05c4645f19202 ONLINE 0 0 0
errors: No known data errors
If I use the command online -e Datastore1 sda:
Code:
root@pbs1:~# zpool online -e Datastore1 sda
cannot expand sda: no such device in pool
Where am I doing wrong? I can not understand..