The reasoning is in here - http://tracker.ceph.com/projects/ceph/wiki/Tuning_for_All_Flash_Deployments#NVMe-SSD-partitioning
Any ideas on why I can't create the OSD with the partition (as opposed to the device) reference.
If it's not possible, I can do it directly using ceph commands, but I'd...
I've been progressing down this route. I put together a quick and dirty python script to carve up a device:
#!/usr/bin/python
disk='nvme0n1'
disk_size=1591
meta_part_size=1
counter=0
partitions=5
# calculate the data partition size
data_part_size=int((disk_size -...
We're building a 6 node proxmox/ceph cluster with a mix of NVMe and SATA SSD storage devices.
Reading the ceph tuning guide, the suggestion is 4 OSD's per NVMe device - http://tracker.ceph.com/projects/ceph/wiki/Tuning_for_All_Flash_Deployments#NVMe-SSD-partitioning
The SSD pool is configured...
Hi.
Is there a way of creating an ova using Proxmox? I've a project that requires creating an OVA on a regular basis and want to snapshot a specific VM and create an OVA of it at that point.
I've searched through the guides, and google hasn't turned up much either?
Thanks in advance
Matt
I get the following error on a pop up when attempting to do a bulk stop.
Parameter verification failed. (400)
vms: property is not defined in schema and the schema does not allow additional properties
It happens even if I select 1 machine at a time, and seems to happen on every guest.
Where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.