[SOLVED] Additional Datastore on same ZFS Pool?

itNGO

Well-Known Member
Jun 12, 2020
772
175
53
45
Germany
it-ngo.com
Hi,
it it possible to create a 2nd Datastore on an existing ZFS-Pool?

We want to separate Backupstorage for a tenant. How can this be done when the ZFS-Pool is already created and first Datastore is filled with 3000 Backups?

Thanks for advice....

Regards
 
you can do that with 'zfs create' (see the manpage: 'man zfs-create')

just make sure you set a path that is not nested in your other datastore (otherwise it'll confuse the garbage collection)
 
  • Like
Reactions: itNGO
you can do that with 'zfs create' (see the manpage: 'man zfs-create')

just make sure you set a path that is not nested in your other datastore (otherwise it'll confuse the garbage collection)
Ok, with
Code:
zfs create -o mountpoint=/mnt/datastore/BackupStoreB -o sharenfs=on -o compression=on BackupStoreA/SHOUT
I created my pool and added it to PBS with the Webinterface.

Looks like it is working.....
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!