Search results

  1. U

    Bug with disconnected VM-Interface

    Opps, sorry - readed too late and have one created some minutes ago: https://bugzilla.proxmox.com/show_bug.cgi?id=2116 Udo
  2. U

    Bug with disconnected VM-Interface

    Hi, find today an ugly bug. I had an cloned VM with the same network settings. Both VMs are running, but one with disconnected network interface. I would change the mac-address and then the IP inside the VM. After editing the mac-address, the settings are a short time red, then black and...
  3. U

    Access zfs-snapshots inside lxc container

    Hi guletz, right - with sshfs mount inside the CT the snapshots access work... a little bit picky, but perhaps better than running on the host. Udo
  4. U

    Ceph/Hardware - Looking to build out a sizable Proxmox Hosting Cluster

    Hi, on my last job we had an "bigger" ceph cluster in mixed mode - the mon are on the pve-nodes and the osd-nodes are outside of the pve-cluster. But this starts a long time before proxmox include the ceph-management. At this time, I would mange all with pve. What do you mean with sync...
  5. U

    Access zfs-snapshots inside lxc container

    Hi Stoiko, thanks for the links, but the fist one discribe an io-issue, which isn't the point for me (only few snapshots with only few data). The second show the problem, but no solution - seems, that the zfs-magic with mounting of snapshots can't work inside an container... In this case, I...
  6. U

    Access zfs-snapshots inside lxc container

    Hi, same like my try... not the right thing for getting data back (but work on the host). Udo
  7. U

    Access zfs-snapshots inside lxc container

    Hi Stoiko, no it's an privileged one cat /etc/pve/lxc/100.conf arch: amd64 cores: 2 hostname: recovery memory: 1024 mp0: local-zfs:subvol-100-disk-1,mp=/export/data,replicate=0,size=8G net0: name=eth0,bridge=vmbr0,gw=10.X.X.1,hwaddr=9E:95:7C:C7:2D:FA,ip=10.X.X.9/24,type=veth ostype: debian...
  8. U

    Access zfs-snapshots inside lxc container

    Hi, I've tested zfs-snapshots with samba and shadow_copy2 to access old file versions which are created with zfs-snapshots. This work well on the host, but I don't want to use samba on the host directly. But if I snapshot an container mount point, I can see inside the container the snapshots...
  9. U

    simulate qemu-ceph read pattern with fio

    Hi, do you get better read performance with an higher read ahed valuie inside the VM? Like with such an udev-rule: #99-ceph.rules SUBSYSTEM=="block", ATTR{queue/rotational}=="1", ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{bdi/read_ahead_kb}="16384", ATTR{queue/read_ahead_kb}="16384"...
  10. U

    Speicherlösungen die flexibel sind u. on-the-fly erweitbar.

    Hi, da sollte aber (neben Stromverbrauch) auch auf den Lärmpegel geachtet werden. Bei so einigen, besonders 1HE-Maschinen, hast Du noch in einiger Entfernung (ich meine da eher Räume als Meter) eine echte Lärmbelästigung. Schliesst den privaten Einsatz gerne aus. Udo
  11. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi, was für ein Storage-system hast du denn auf dem pve-host? (lvm auf hardware raid? Oder zfs?) Bei zfs wäre der dd-Test z.B. nichtssagend, weil die Nullen komprimiert werden. wenn ich es richtig sehe, hat Dein gesamtes System 8 cores. Dann kannst Du auch 8 Cores an einer VM vergeben, nur...
  12. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi Detlef, das ist kein wunder, bc ist single threated, dass heisst, weiter Cores langweilen sich in der Zeit nur und bringen keine Performance-Steigerung. mit "laggy" meine ich, wenn es sich lahm anfühlt. Du brauchst nicht atop verwenden (obwohl es sehr hilfreich sein kann). Top zeigt auch...
  13. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi, demnach ist doch mit der CPU alles ok, oder?! Wenn es laggy ist, siehst Du mit atop iowait? Udo
  14. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi, ich hab' mal "time echo "scale=5000; 4*a(1)" | bc -l" auf einem low-power-embedded amd system und einem Xeon E5620 mit Spectre-Patchen getestet. Scheint für bc nicht wirklich relevant zu sein (ist allerdings jeweils nur ein Test pro Lauf): Host amd low power: real 1m45.255s VM (cpu...
  15. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi, wie sieht denn Deine vm-config aus? (cat /etc/pve/qemu/VMID.conf ) Udo
  16. U

    Bridge not startup at boot (openvswitch)

    Hi Francesco, at the first look, it's seems that the lines allow-ovs vmbr0 allow-ovs vmbr1 are missing. And do you forgot eno4 at bond1? An bond with one interface only makes no sense for me. Udo
  17. U

    Reinstalling PVE

    Hi, there are one problem with this approach. You must use the command line for migration, because you switch the storage and use local storage (--targetstorage <string> --with-local-disks). This is not the problem, but you loose the quorum when you reinstall the first node. So you need an third...
  18. U

    VM sehr langsam, zu schwache Hardware für Proxmox?

    Hi Detlef, wie sieht es denn aus, wenn Du den CPU-Typ auf Host stellst (VM dann stoppen und wieder starten)? Ich kenne Eisfair nicht, aber ein Versuch wäre es wert. Und wie sind die Bios-Einstellungen? Gelegentlich gibt's Performance-Probleme, wenn im Bios nicht als Modus Performance (je nach...
  19. U

    ceph - schlechte performance

    Hi, für eine NVMe-SSD wie in deinem zweiten Link, brauchst Du ein U.2 Anschluss: https://de.wikipedia.org/wiki/U.2 Oder halt PCIe-Karten. Ja, stimmt - aber Dein Link vom Servershop zeigte keine 3600er sondern 3500er, die nur 39,1MB/s laut...
  20. U

    Schlechte Performance ZFS

    Hi, klar: pveperf CPU BOGOMIPS: 115162.68 REGEX/SECOND: 1296280 HD SIZE: 5595.40 GB (rpool/ROOT/pve-1) FSYNCS/SECOND: 85.11 5 * raidz1 je drei Platten (ohne SLOG/l2arc) Lesend innerhalb VM (die Platten machen +/- 10MB/sec (60-100 MB/s)): time dd if=28gb_big_file...