Just be sure you do NOT mix other traffic along with these, most especially corosync. if you have more then 4 interfaces keep the other forms of traffic on different interfaces. If you dont- consider only using two interfaces for ceph and two...
At work ARC is not my concern since my employer is stuck with vmware. The RAM crisis is real though but I was hesitant to enable zram via an ansible-Playbook since I feared potential side effects. Thus I planed to do some benchmarking which is...
Your VM is on the local-lvm which is not really suitable for VM storage.
If the error re-occurs look for storage related messages:
dmesg -T | egrep -i "error|fail|reset|nvme|sd"
The log indicates slow writes:
wr_operations: 802447...
I hope proxmox will add a plugin like this from starwind into it baseinstall. With a supported plugin like this it will be easier for migrating from vmware to proxmox
Hi,
the plugin uses a LVM thin Pool per VM disk(s) with an initial Pool size which gets autoextended (activation/thin_pool_autoextend_threshold & thin_pool_autoextend_percent) via dmeventd and it ensures also proper cluster locking
similiar...
Hi @Maiyannah , thank you for the update! It will certainly help others in the same situation.
Your proposal to drop back to a untrusted certificate would be counterintuitive from a security standpoint. You've instructed the system to provide...
I understand. You should direct the email to mailbox/system that can process the emails, batch similar events and escalate based on defined counters.
This is not something that a Hypervisor would excel at. There are companies that are dedicated...
That's the thing, Once the PC boots past the BIOS, I don't get any options. Right into booting Proxmox.
If I've booted from USB recovery. Can I edit the Boot of the OS drive somehow?
I was able to modify your suggestions and got a working solution for my setup. Thank you!
...
elsif ($phase eq 'post-start') {
# VNC through Proxmox host to set password for macOS clients
system("pvesh create...
Hi @Maiyannah , thank you for the update! It will certainly help others in the same situation.
Your proposal to drop back to a untrusted certificate would be counterintuitive from a security standpoint. You've instructed the system to provide...
So on my PBS server, I use a caching drive for syncing backups to an AWS S3 bucket. Last night, the caching drive went into a read only mode (I believe the disk is worn on endurance, waiting on usb SAS caddy to confirm). The SSD was a Dell...
Running PVE 9.1 with ISCSI Dell ME4024
So it all started (I realize I probably should have left well enough alone, lesson learned), when I switched the disk type from scsi to virtio. Using virtio-scsi-single controller. At the time I had virtio...
I started using Proxmox at 9.1, everything was running fine for months, and doing the version upgrades have all worked.
Last update from 9.1.4 and it restarted and looked to be okay.
Maybe 48 hours later I noticed my truenas VM was down and I...
Looks like acme was getting stuck in a failure state and not allowing the rest of the UI to spin up properly. Stopping the acme process entirely, and starting the rest of things, appears to have fixed the poblem.
I consider it a bit of a design...