Search results

  1. U

    Ceph replacing drive - no notification of data loss?

    Are you sure, that you have two copies only? That would be dangerous… What is the output of following command? for i in `ceph osd lspools | tr -d ",[0-9]"` do ceph osd dump | grep \'$i\' done Udo
  2. U

    Ceph replacing drive - no notification of data loss?

    Hi, an deep scrup compares the data from the primary OSD with the data of all replicas - so if this run without error, your data are valid. Udo
  3. U

    Ceph replacing drive - no notification of data loss?

    Hi, have you removed two OSDs from different servers, or from one server? Are all PGs clean and aktive? E.g. following command don't shows PGs? ceph pg dump | grep -v active+clean If all clean, you can start an deep-scrub on all active+clean PGs ceph pg dump | grep active+clean | cut -d' '...
  4. U

    Proxmox ve 7.0 installation problems

    Hi, use an static ip address… on the correct nic Udo
  5. U

    [SOLVED] Ceph Update Nautilus -> Octopus on pve6.1 in preparation to pve7 upgrade

    Hi, works without issues to pin openvswitch and upgrade all other packages. Udo
  6. U

    [SOLVED] Ceph Update Nautilus -> Octopus on pve6.1 in preparation to pve7 upgrade

    Hi, sure - I mean the upgrade to octupus before update pve6.x to pve6.4 that's an good idea… I will try this way. Udo
  7. U

    [SOLVED] Ceph Update Nautilus -> Octopus on pve6.1 in preparation to pve7 upgrade

    Hi, we would update our pve-cluster to pve7 and like to reduce the reboots to one for each node. Ceph is allready on 14.2.22. The howto say: "We assume that all nodes are on the latest Proxmox VE 6.3 (or higher)", which isn't on most nodes in our cluster. Is it still posible to upgrade ceph to...
  8. U

    problem with hotplug and 64GB ram

    Hi, this bug is back in pve7! qm start 100 memory size (51200) must be aligned to 2048 for hotplugging echo "51200/2048." | bc 25 pveversion pve-manager/7.0-11/63d82f4e (running kernel: 5.11.22-4-pve) If I add 1024, I can start the VM… I've tested this to know, if we need "options vhost...
  9. U

    [SOLVED] going for max speed with proxmox 7; how to do it?

    Hi, depends of the kind of test-device. pveperf CPU BOGOMIPS: 102194.56 REGEX/SECOND: 2689264 HD SIZE: 12988.55 GB (rpool/ROOT/pve-1) FSYNCS/SECOND: 6859.94 DNS EXT: 57.96 ms DNS INT: 1.17 ms zfs create -V 32GB rpool/iotest mkfs.ext4...
  10. U

    Proxmox stürzt nach wenigen stunden ab.

    Hi, das halte ich für ein Gerücht: ARC size (current): 100.2 % 16.0 GiB Target size (adaptive): 100.0 % 16.0 GiB Min size (hard limit): 100.0 % 16.0 GiB Max size (high water)...
  11. U

    Proxmox Takes 15 Minutes to Boot: "Reading all physical volumes. This may take awhile..."

    Hi, only an guess - do you have any volumes connected with the idrac (or remote console)? Do you have disabled Sata* and Iscsi in the bios? * I assume you don't use the internal sata-port due an Perc?! Is your bios up to date? Udo
  12. U

    Proxmox stürzt nach wenigen stunden ab.

    Hi, kann es sein, dass Du eigentlich ein Memory-Problem hast? Würde ich wegen der ksm-Meldung vermuten. ZFS nimmt per default den halben RAM, es sei denn, du setzt zfs_arc_min + zfs_arc_max in /etc/modprobe.d/zfs.conf (und machst danach ein "update-initramfs -u" + reboot). Hier ein Beispiel...
  13. U

    Cannot access Virtual Machine BIOS

    Hi, boot sequence ist done by the pve-config (VM -> Options -> Boot Order). Udo
  14. U

    Proxmox won't install - "A volume group called pve already exists".

    Hi, you can boot an rescue-system and rename the lvm volumegroup (like vgrename pve pve-old). If you want your installation back, you can renamed pve-old back. Udo
  15. U

    Proxmox VE ZFS Benchmark with NVMe

    Hi, is it possible to select the 4k NVME block sizes during pve install on an nvme-only system? Or must I set the blocksize before (I guess)? Udo
  16. U

    Proxmox 6.2 Kernel Error Bad RIP Value

    Hi Wolfgang, unfortunality this don't help in any case. I have an system with an raid1 (very simple 24/7-SSDs on a Dell PERC H730 Mini) and after the issue occour, I reboot, assign the lvm-profile and reboot again. 11 days later the same issue happens again… Looks, that I must switch from...
  17. U

    Live migration with local storage gives an error

    Hi, is the pve version on both servern up-to-date? pveversion -v Udo
  18. U

    Intel quad port X710 10GbE SFP+ not visible after upgrade today (but working now)

    Hi, I had an strange effect today. On an new system (supermicro amd server) with an Intel quad port X710 the NIC don't appear after the updates from today (but the updates has nothing to do with kernel/firmware?!) Commandline: apt dist-upgrade Install: libyaml-libyaml-perl:amd64...
  19. U

    Proxmox 6.2 Kernel Error Bad RIP Value

    Hi Wolfgang, any news on this topic? I've now two hosts with pinned qemu-kvm (both host have the same hardware/config). With pve-qemu-kvm 5.0.0-9 it's stable, but I think that's not an solution for a long time. Udo
  20. U

    Mix CPU generations?

    Hi, yes this work, but you can have issues with live-migration due the different cpu types. But mostly it's works with the kvm64 cpu for the VM too. Udo