Hi forums,
This is my first post. Greetings!
I have an application where I have a 22TB local RAID. I want to split it like this:
I explicitely don't want to use a LVM-THIN for "data-streaming".
So I created a VG in the Web-Interface, but then the options in the Web-Interface for the volumes inside this VG stop. I can only create a thin-pool.
Also https://pve.proxmox.com/wiki/Logical_Volume_Manager_(LVM) mentions no other option.
So I tried to manually set-up two LV's like with that, which would give me a linear LV (no thin provisioning):
But Proxmox doesn't support that support - it won't give me two storages in the web-interface. Only shows that the VG disk-e is 100% full.
So I guess I will partition the disk traditionally and then make just a VG on those two generated partitions of the disk?
Or is there a way to make this happen with LVM?
Thanks for your help.
This is my first post. Greetings!
I have an application where I have a 22TB local RAID. I want to split it like this:
| name | purpose | size |
| data-streaming | caching large amounts of streaming data > is Disk-Images | 20TB |
| data-extra | admin usage as a directory for extra's like iso and general toolage > is Peripheral Data | 2TB |
I explicitely don't want to use a LVM-THIN for "data-streaming".
So I created a VG in the Web-Interface, but then the options in the Web-Interface for the volumes inside this VG stop. I can only create a thin-pool.
Also https://pve.proxmox.com/wiki/Logical_Volume_Manager_(LVM) mentions no other option.
So I tried to manually set-up two LV's like with that, which would give me a linear LV (no thin provisioning):
Code:
lvcreate --size 2T --name data-extra --type linear disk-e
lvcreate --size 20T --name data-streaming --type linear disk-e
But Proxmox doesn't support that support - it won't give me two storages in the web-interface. Only shows that the VG disk-e is 100% full.
So I guess I will partition the disk traditionally and then make just a VG on those two generated partitions of the disk?
Or is there a way to make this happen with LVM?
Thanks for your help.
Last edited: