What is the point of HA if you're going to be shutting the VM down for extended periods and it should not run on a cluster restart? On the face of it this does not make any sense.
@despens
Note that the ZFS storage type cannot store files such as ISOs. Create a Directory storage and point it to a dataset's mount point. Check zfs list to see it.
Only enable the content types you need. Don't store guest disks on Directory if...
Hallo @3n0x, so lässt sich das leider nicht eingrenzen — da brauchen wir deutlich mehr Infos:
Proxmox VE Version (pveversion -v)
Netzwerk-Konfiguration (cat /etc/network/interfaces)
Zwischen welchen Endpunkten ist es langsam? (VM↔VM, VM↔Host...
i get what you mean, but it's hard to auto generate proper colors when the actual metric is a gradient, so we go from green to yellow to red, but since cpu and memory are on a scale, we have to fade between the colors to have some kind of...
Guest agent on OS & set in PVE VM.
You should use a more descriptive thread-title than "problem" to help others seeking help - just like you are looking for now,
devil's in the details. What is "good" in this context? numbers under load would be a good start. kinda hard to hit a target that isnt visible/understood.
This is most likely the way.
There is no storage level snapshot integration in a Veeam+PVE combination for any storage type.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hallo @sgw,
die Diskrepanz zwischen MSA-Belegung (92%) und OCFS2-Sicht (55%) ist ein klassisches Thin-Provisioning-Problem. OCFS2 gibt gelöschte Blöcke nicht automatisch an den MSA zurück.
1. TRIM/Discard — vermutlich die Hauptursache:
#...
so here's what I'd suggest-
dont use 10.13.30.x for corosync at all.
assign arbitrary addresses to bond0 and bond1; --edit- ON DIFFERENT SUBNETS. ideally, they should be on seperate vlans too. use those addresses as ring0 and ring1.
Hi everyone, I've run into a serious issue while managing a Proxmox VE Ceph environment.
A user created a lot of VMs and ended up filling the entire Ceph cluster. The problem is, when I look at the RBD storage in the WebUI, I can only see the...
Not sure if it should be posted here or in PVE, but I do it here since the migration will be startet using the PDM GUI.
Simplified setup:
Datacenter "Site A"
node1.sitea.company.com
node2.sitea.company.com
node3.sitea.company.com
Datacenter...
Hi,
we have a guide for replacing a failed ZFS device, including the case of a bootable device: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_change_failed_dev
And just to note; these MX500 are really not meant for...
Hallo @3n0x, so lässt sich das leider nicht eingrenzen — da brauchen wir deutlich mehr Infos:
Proxmox VE Version (pveversion -v)
Netzwerk-Konfiguration (cat /etc/network/interfaces)
Zwischen welchen Endpunkten ist es langsam? (VM↔VM, VM↔Host...
No. It is read completely, to seek and find modified chunks. Look at "write: 0 B/s" in every line ;-)
In a simplified nutshell: the source is read chunk by chunk. The chunk is hashed. That checksum is sent to the PBS. The PBS notices that a...
why I won't see any snapshot being taken of the VM during the backup
As far as i know, for backups qemu creates it's own "snapshot", there are no snapshots created on the storage / file system itself.
snapshot as volume chain
That's for...
Hi, @pulipulichen
You posted only a screenshot and to make matters worse, it doesn't show all the logs' content (the wrapped parts).
If we could see the log in the CODE blocks (this < / > icon above), maybe we could help more.
Anyway, what I...
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6...
I have a proxmox host with a single network interface. Now I want a second interface for my VMs with its own subnet.. Also I want to reach the main net from the VMs..
I tried a lot and this seems to work somewhat:
- can remote into a windows VM...