Search results

  1. L

    Blockierendes pvestatd/vgs

    Ich hatte die Maschine Sonntag Abend rebooted und das Upgrade auf 6.1 durchgeführt. Heute (Montag) Mittag das gleiche um 11:04 Uhr: Dec 9 11:04:22 vhost01 kernel: [44708.952421] INFO: task vgs:2071 blocked for more than 120 seconds. Dec 9 11:04:22 vhost01 kernel: [44708.952451] Tainted...
  2. L

    Blockierendes pvestatd/vgs

    Nein. Auf beide lokalen LVMs ("vg_pool_sas" und "vg_pool_backup" kann normal zugriffen werden).
  3. L

    Blockierendes pvestatd/vgs

    Auf einem PVE 6.0 ist mir heute folgender hängender vgs-Prozess aufgefallen: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1566 0.1 0.0 294112 35824 ? Ss Nov30 20:46 pvestatd root 8392 0.0 0.0 15848 8728 ? D Dec07 0:00 \_...
  4. L

    USB Problem

    Funktioniert das Durchreichen des RDX-Laufwerks über USB3 an eine VM auch annehmbar schnell (hab außer mit Dongles praktisch keine Erfahrung mit dem Durchreichen von z.B. Laufwerken)?
  5. L

    qemu-img: output file is smaller than input file ?

    I have the same issue trying to import an VHDX-File to a Volume Group: $ qm importdisk 100 drive0.vhdx pool_sas importing disk 'drive0.vhdx' to VM 100 ... Logical volume "vm-100-disk-1" created. transferred: 0 bytes remaining: 108447924224 bytes total: 108447924224 bytes progression: 0.00 %...
  6. L

    [Install] Download der PVE Repository Keys nicht über HTTPS möglich

    Ok, etwas umständlich, aber ein Lösung. ;-) Danke.
  7. L

    [Install] Download der PVE Repository Keys nicht über HTTPS möglich

    Für eine Neuinstallation aus einen bestehen "buster"-Installation heraus will ich gerade den apt key für v6.0 herunterladen und das geht nur über HTTP. Ich bin ja ein Gegner dieses momentanen HTTPS-Hypes, weil das für die meisten Fällen unnötig oder gar hinderlich ist, aber gerade für die...
  8. L

    [USB-Dongle] DATEV-SmartToken/SIM an VMs durchreichen

    Ich möchte eine typische DATEV-Umgebung, bestehend aus einer VM "FileServer" und einer VM "Terminalserver" von Hyper V zu Proxmox migrieren. DATEV nutzt ein USB-Dongle als Softwareschutz und für DATEV mIdentity. Das Dongle wird im Moment über einen USB-Netzwerkserver eingebunden, damit es von...
  9. L

    VirtIO SCSI Single und IO thread

    Ist mittlerweile eine Lösung in Sicht?
  10. L

    Hardware fragen

    Ich möchte den thread nicht hijacken, die Frage dürfte $OP aber vllt. auch interessieren: Für ein lokales ZFS in einem PVE-Server (kein cluster) suche ich nach einem SATA-Controller mit möglichst vielen Ports, idealer Weise mit 6Gbit/s-Ports. Das Mainboard hat leider nur 2x 6Gbit/s und 4x...
  11. L

    VirtIO SCSI Single und IO thread

    Das Wiki enthält die Info immer noch - gilt die Einschränkung noch? Wenn ja, kann ich VMs auf dem selben host, die nicht via »vzdump« gesichert werden, trotzdem mit IO threads laufen lassen?
  12. L

    vzdump mode stop

    Thanks Dietmar. Just for me (backup for vms that only use lvm disks with 'mode stop'): 1) send ACPI-Shutdown to vm 2) wait at least "-stopwait" until the vm is stopped 3) take lvm snapshot 4) restart the vm 5) backing up the disk from snapshot 6) freeing snapshot Is this correct?
  13. L

    vzdump mode stop

    I'm a little bit confused about the terminology used with the tools qm and vzdump. qm uses "stop" for hard killing a virtual machine and "shutdown" for sending a graceful ACPI-Event. Now what is vzdump doing when it is used with '-mode stop'? The manpage says "It works by executing an orderly...
  14. L

    VirtIO SCSI Single und IO thread

    Ist für dieses "Problem" schon eine Lösung in Sicht?
  15. L

    VirtIO SCSI Single und IO thread

    Ich hab hier einen neuen Server mit lokalem Storage, einmal SATA-Hardware-Raid10 (LVM-SATA) und einmal ein Software-RAID1 mit zwei Intel DC P3500 NMVEs (LVM "VG_NVME"). Das System wird hauptsächlich Windows-VMs beherbergen (Windows Server 2008 R2 und 2012 R2). Die VMs bekommen größtenteils die...
  16. L

    [3.2-4] local lvm storage not available in the web interface

    I'm testing the latest version. Trying to add my local LVM storage does not work: Datacenter -> Tab "Storage" -> Add -> LVM Dialog "Add: LVM" appears but the drop-down list "Volume Group:" ist empty. All volume groups are setup correctly, a 'vgs' shows: VG #PV #LV #SN Attr VSize...
  17. L

    [UPS] preferred behavior in case of a power failure

    I'm running several different OSes types on a single machine an like to suspend them in case of a power failure. Since many of them can not be shutdown with 'qm shutdown <vmid>' or take to long to shutdown themselves I need to put them on "hold". All VMs are using the local LVM storage. Is it...
  18. L

    [qm] unable to parse value of 'name' - value does not look like a valid DNS name

    May I ask for the purpose? I use these labels to get a quick summary over all guests. Mostly in this manner "OSTYPE_HOSTDESCR". I think changing "LNX26_TestSrv_ORACLE" to "lnx26-testsrv-oracle" isn't really clear. Also, a host's name may change without the need to change its label. KVM is using...
  19. L

    [qm] unable to parse value of 'name' - value does not look like a valid DNS name

    After the last update most of the names of my kvm guests in the web interface are gone. They are just named "(VM 101)" etc. The only properly labeled VMs are those w/o underscores in their names. A 'qm list' shows: vm 103 - unable to parse value of 'name' - value does not look like a valid DNS...
  20. L

    Dangerous!? vzdump standard backup rotatation

    I need a little help with that: While looking on https://git.proxmox.com what part contains vzdump and its man ressource? What is the official way to provide a patch?