Search results

  1. F

    Probleme mit Thunderbolt-Netzwerk nach Upgrade auf v9

    Hallo, ich hab einen Cluster mit 3 Nodes und Ceph auf Basis von Minisorum MS-01 PCs. Für die Cluster und Ceph-Kommunikation habe ich auf den Thunderbolt-Ports einen Netzwerk-Ring. Das funktioniert seit gut einem Jahr mit der v8 problemlos. Heute habe ich da Upgrade auf die v9 gemacht und habe...
  2. F

    Import Windows Server 2008 R2

    Hallo, ich habe einen Windows Server 2008 R2 in zwei VHDX-Files bekommen und dieser soll nun unter PVE 8.4.0 zu Archivzwecken laufen. Die Files habe ich per "qm disk import" erfolgreich in den LVM-Storage migrieren können. Meine VM sieht wie folgt aus: boot: order=ide0 cores: 1 cpu...
  3. F

    PVE Host reboot, weil ?

    Ich habe hier einen Cluster aus 3 Nodes mit Ceph. Gestern hat der eine Node wegen irgend welcher Cluster- und/oder Ceph-Probleme gebootet. Ich bin aber nicht in der Lage das Log zu interpretieren um die Ursache zu ermitteln. Was war die Ursache? Der Länge wegen ist das Log im Anhang. Nach dem...
  4. F

    Certificates

    I've installed my internal root CA certificate on PDM. With this done no fingerprints are necessary, works as expected. Next I've tried to use a certificate signed by my internal root CA for PDM. This fails. When I try to upload the certificate I get: api error (status = 400 Bad Request): no...
  5. F

    Testsystem - IBM x3650 M3 - ZFS

    Hallo, ich habe hier einen IBM x3650 M3 Server mit 8 Platten übrig. Die Platten sind als JBOD-Modus im System. Mein Ziel ist es ein ZFS-Raid-Test-System zu bauen. Die Installation läuft so weit durch, die 8 Platten werden erkannt und ich wähle ZRAID2. Bei der GRUB-Installation dauert es dann...
  6. F

    API Zugriff für Spice

    Hallo, ich versuche wie hier: https://forum.proxmox.com/threads/spice-timeout-cut-paste.144123/ beschrieben Spice-Session per API zu starten. Das gelingt mir aber nicht, da ich mutmasslich mit den Berechtigungen etwas falsch mache. Ich bin im Moment noch immer auf PVE 7.4-17...
  7. F

    Spice Timeout / cut&paste

    Hallo, ich habe dazu zwar schon einiges gelesen aber kaum etwas verstanden :-) Für einen VDI-Ansatz experimentiere ich mit Spice. An sich funktioniert das sehr gut. Dazu habe ich aber ein "Problem" und eine Frage: Problem: Timeout Wenn eine Session länger inaktiv ist schliesst sich der...
  8. F

    PVE8: /var/lib/vz mounten

    Hallo, ich habe mein ersten PVE8 System installiert und scheitere mit etwas, was mit allen Vorgängerversionen immer funktioniert hat. Folgender fstab Eintrag führt dazu, dass das System nicht bootet: /dev/pve/data /var/lib/vz xfs defaults 0 0 Ich bekomme dann: Found volume group “pve" using...
  9. F

    [SOLVED] fstab - mount local volume: timeout

    Hi, for good reasons I want file system storage. As usual I removed the LVM thin storage an then issued: mkfs.xfs /dev/pve/data and then, as usual (did this more than once with PVE) added the following line to /etc/fstab: /dev/pve/data /var/lib/vz xfs defaults 0 0 then tested this with: mount...
  10. F

    poor CEPH performance

    Hi, I've a Ceph setup wich I upgraded to the latest version and moved all disks to bluestore. Now performance is pretty bad. I get IO delay of about 10 in worst case. I use 10GE mesh networking for Ceph. DBs are on SSD's and the OSD's are spinning disks. Situation while doing a W10...
  11. F

    Ceph OSD stoped and out

    Hi, I've a problem with one OSD in my Ceph cluster: # ceph health detail HEALTH_ERR 1 scrub errors; Possible data damage: 1 pg inconsistent OSD_SCRUB_ERRORS 1 scrub errors PG_DAMAGED Possible data damage: 1 pg inconsistent pg 7.2fa is active+clean+inconsistent, acting [13,6,16] #...
  12. F

    [SOLVED] Update: openrc / sysv-rc

    Hi, lately I've done (as usual) updates on my nodes and got: ********************************************************************** *** WARNING: if you are replacing sysv-rc by OpenRC, then you must *** *** reboot immediately using the following command: *** for file in...
  13. F

    ata2 kernel message in KVM VM

    One of many Debian 9 KVM VMs logs once a day: Mar 13 22:34:37 - kernel ata2: hard resetting link Mar 13 22:34:37 - kernel ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Mar 13 22:34:37 - kernel ata2.00: configured for UDMA/133 Mar 13 22:34:37 - kernel sd 1:0:0:0: [sda] tag#9 FAILED...
  14. F

    Cluster traffic

    Hi, in my 3 node cluster I've a 10GE mesh network for Ceph traffic. I've read about "moving cluster traffic" to the Ceph network. How to do this? TIA
  15. F

    Ceph upgrade

    Hi, there are a few things wich IMHO should be add to the Ceph upgrade pages in the wiki. Can I do this and how to get an account? Or should I wirte my additions down here? TIA
  16. F

    W2016 shuts down with EventID 109 - Kenel-Power

    Hi, I run several Windows 2016 VMs on several hosts an clusters. All work as expected but one singel W2016 server VM. About every week it shuts down with EventID 109, source: Kernel-Power. When I google this I can find many posts about faulty power supplies but nothing else. IMO it's pretty...
  17. F

    NoVNC Interface

    Hi, is it possible to configure NoVNC to get back the old interface with the status line and buttons at top? TIA Matthias
  18. F

    Manually remove snapshot

    Hi, on a LVM setup I did some thing stupid. I manually (edit conf file ...) added LVM disks of VM A to VM B. Now VM B is in production and I've noticed that there is a snapshot on VM A. My question is: Can I safely use "lvremove" to remove the LVM snapshots? I think the answer is: yes ...
  19. F

    W2016: Critical MSR modification

    Hi, I've W2016 VM which crashes every now and then, mainly while backups are running. Today it crashed while a other backups were running and for the first time I got a message. Google led me to...
  20. F

    Migration from vmware: prevent auto reboot on boot failure

    Hi, I try to migrate a Linux VM from vmware to PVE. It starts booting but the boot fails and immediately reboots so I can't see any messages. Is there a way to tell Quemu to wait, regardless what happens? Any further hints for migration besides...