Running PBS 2.2-1 as a VM on Proxmox 7.2-11. The PBS datastore is a zvol on a Proxmox ZFS pool. It's formatted as XFS.
I need to increase my PBS datastore from 10 TB to 15 TB. Have already adjusted the VM disk configuration accordingly.
Now I need help with the next stop.
	
	
	
		
How do I get /dev/sdb1 to take up all of /dev/sdb? Does the device need to be offline?
I realize this is a noob question. :-(
After this, I plan to expand the XFS file system within the partition. I think I know how to do that with xfs_growfs. Please let me know if that's incorrect.
Thanks.
				
			I need to increase my PBS datastore from 10 TB to 15 TB. Have already adjusted the VM disk configuration accordingly.
Now I need help with the next stop.
		Code:
	
	root@pbs:~# lsblk
NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda            8:0    0   32G  0 disk
├─sda1         8:1    0 1007K  0 part
├─sda2         8:2    0  512M  0 part
└─sda3         8:3    0 31.5G  0 part
  ├─pbs-swap 253:0    0    8G  0 lvm  [SWAP]
  └─pbs-root 253:1    0 19.6G  0 lvm  /
sdb            8:16   0 14.9T  0 disk
└─sdb1         8:17   0   10T  0 part /mnt/datastore/PBS
root@pbs:~#How do I get /dev/sdb1 to take up all of /dev/sdb? Does the device need to be offline?
I realize this is a noob question. :-(
After this, I plan to expand the XFS file system within the partition. I think I know how to do that with xfs_growfs. Please let me know if that's incorrect.
Thanks.
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	 
 
		 
 
		
