Hi everyone,
Update: Got it all figured out! The issue was caused by active snapshots on the Windows VM.
I deleted the snapshots and ran a disk consolidation. Everything works perfectly now, and the migration finishes without any delays. It...
Hi @Logicman , you can absolutely create a user who is limited to "list/query" only ability. It is a good idea for the service you are talking about.
You may need to experiment with specific permissions but in the end - the less the better...
Yes, you'd need to create a VM config manually across the clusters. Note that sharing configuration and disks across clusters is not something that is officially supported, or tested. It should work with immutable type of VM such as a Template...
I believe you will always get the latest point release when upgrading via APT interface. The only way for you to get a particular 9.x release is a fresh install from ISO. Then you will need to avoid full system upgrades and/or hold particular...
Ich würde generell die Finger davon lassen Mails selbst zu hosten ( man muss einfach zu viel beachten um nicht auf Antispamlisten zu landen siehe https://media.ccc.de/v/clt26-387-warum-kommt-meine-mail-nicht-an-ein-uberblick/playlist )...
Passt schon, ist genau richtig so. Der Unterschied: beim Boot-Setup legt der Installer eine GPT mit Partitionen an (sda2/sda3) und packt das LVM auf die Partitionen, drum "GPT Yes". Wenn du über die GUI nen Thinpool auf ner extra Disk anlegst...
Hallo Zusammen,
ich hab seit gestern mein Cluster stehen und auch meine Hyper-V VMs migriert.
Hat an sich gut funktioniert, aber ich musste noch viel recherchieren und muss noch viel lernen.
Vielen Dank für eure Unterstützung.
Gruß Arthur
I'm not terribly fussed about backup software being installed on the PVE node, if it is done right. And by that I mean have 100% of its files it needs in its own directory such as "/opt/someproduct" so that it stays well away from the rest of the...
Hello,I know that is old topic, but for future users I provide reply :)
Use command line if you are using TFA on main cluster device. Example:
pvecm add <IP of master or Domain Name - if you are using SSL from LE> -link0 <your IPv4> -link1...
Same! I've been following this thread for a few years since I got my G4 and make sure to rm "/lib/firmware/i915/kbl_dmc_ver1_04.bin" as part of my ansible upgrade script. I could try setting "i915.enable_dc=0" but I don't want to debug this...
Hi, I'm being asked to create a local user for ServiceNow so that the discovery can scan the server; is this supported or ill-advised? Can it cause problems or it won't affect services? Thanks.
Hi bbgeek17,
Indeed, my question lacked details ;)
I'm using the kernel's core NVMe-of-TCP multipath on my PVE 9.2 servers to mount volumes exported from HPE Alletra arrays.
But since my question, I've found the source of the problem, which...
One of the things I hit upon today was using `qm disk move` (or pct move-volume in your case) to get around the zfs<-->ceph hatred. Both VM and CT disk migration followed by CT/VM migration worked fine for me from zfs to ceph just now (Jun 16...
Hi,
For some time now, we've been having an issue where Cloud-init re-runs on VMs that have already been operating for months or years. By 'run', I mean that first-boot-only stages run again, such as upgrading packages. This is obviously very...
in particular, they should really use the backup provider API provided by PVE (which would also allow them to easily run the agent itself in a VM, if desired).
Hi,
3-node hyperconverged cluster, PVE 8.x, Ceph Reef. Each node has:
- 2x NVMe (DB/WAL devices)
- 6x 4TB SAS HDD (OSDs, bluestore, db on NVMe partition)
- separate 10GbE cluster network
I enabled the ceph balancer in upmap mode a few days ago...
Regarding split lock detection, this is done on the kernel side. Please take a look at [1] for more information. Each time a split_lock is detected the CPU the kernel freezes the CPU for 10ms which can tank performance if it happens too often...
I would like to propose the following function to revert the template action, based on create_base
It could be called from such a menu.
sub undo_base {
my ($class, $storeid, $scfg, $volname) = @_;
my ($vtype, $name, $vmid, $basename...