Good morning,
here is a little sunday morning story with a question regarding Datastore emulation:
My homelab is growing - while I am evaluating options to shrink it down for power consumption reasons. Growing is not always linear and with different new (in this case: used) hardware come new pitfalls
My ZFS-only cluster (no shared storage) works well. It is just a homelab and the hardware is not uniform but every details is different on all nodes. My current situation is this:
Unfortunately another newly added node (an AsRock DeskMini 110 = small = low end features = hopefully low energy) has just the ZFS mirror for local-zfs. The ssd1 pool for the Datastore is simply not feasible as the case is too small and there are only two SATA ports.
Question: how can I emulate the missing ssd1-Datastore by using a (sub-) dataset of the rpool on that node? Is this documented somewhere?
The goal is to be able to replicate VMs of course. Currently I can only populate that new node by using backup/restore and (surprisingly) live-migration
Best regards and have a nice sunday
here is a little sunday morning story with a question regarding Datastore emulation:
My homelab is growing - while I am evaluating options to shrink it down for power consumption reasons. Growing is not always linear and with different new (in this case: used) hardware come new pitfalls
My ZFS-only cluster (no shared storage) works well. It is just a homelab and the hardware is not uniform but every details is different on all nodes. My current situation is this:
- local-zfs (rpool/data) exists (of course) everywhere. Usually it is a small ZFS mirror
- two machines got additional SSDs, the name of the pool and the datastore is just ssd1
Unfortunately another newly added node (an AsRock DeskMini 110 = small = low end features = hopefully low energy) has just the ZFS mirror for local-zfs. The ssd1 pool for the Datastore is simply not feasible as the case is too small and there are only two SATA ports.
Question: how can I emulate the missing ssd1-Datastore by using a (sub-) dataset of the rpool on that node? Is this documented somewhere?
The goal is to be able to replicate VMs of course. Currently I can only populate that new node by using backup/restore and (surprisingly) live-migration
Best regards and have a nice sunday
Code:
root@pved:~# egrep -A3 "ssd1|local-zfs" /etc/pve/storage.cfg
zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1
--
zfspool: ssd1
pool ssd1/data
content images,rootdir
mountpoint /ssd1/data
nodes pvee,pved
sparse 1