Search results

  1. C

    [SOLVED] Iscsi multipath and multiple disks - don't allow selecting iscsi disk directly

    Hi, when using multipath-tools we have for example 8 paths to same disk - dorado_{site}_{path} (4 onsite, 4 offsite). Disks are mapped under VG vg-dorado-{somename}. It's possible to disable ability to even select iscsi disk for example when migrating from storage to storage? Just to harden...
  2. C

    Install Zabbix Agent on Proxmox Nodes

    libssl3 is used in debian 12. PVE 7.4 is debian 11. Configure your zabbix repository correctly https://www.zabbix.com/download .
  3. C

    Add new node with latest pve version to existing running cluster

    You can. But same version is better sometimes. If you use HA, you will have problem with quorum with 4 nodes.
  4. C

    How do I assign multiple vlans to a VM?

    Multiple virtual network interfaces, every with own tag. https://pve.proxmox.com/wiki/Network_Configuration
  5. C

    [SOLVED] Ceph Pacific upgrade to Quincy osd boot problem

    Luckily found https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/B4BEIBCK2ZF5LR7G6GQQ4CEVCN3VTZIO/ ceph-volume lvm activate -all ceph-volume lvm activate OSD_ID OSD_FSID where OSD_ID, OSD_FSID was got from (on the problematic osd host): ceph-volume lvm list ceph-volume...
  6. C

    [SOLVED] Ceph Pacific upgrade to Quincy osd boot problem

    proxmox-ve: 7.4-1 (running kernel: 5.15.108-1-pve) pve-manager: 7.4-15 (running version: 7.4-15/a5d2a31e) pve-kernel-5.15: 7.4-4 pve-kernel-5.13: 7.1-9 pve-kernel-5.15.108-1-pve: 5.15.108-1 pve-kernel-5.15.83-1-pve: 5.15.83-1 pve-kernel-5.13.19-6-pve: 5.13.19-15 ceph: 17.2.6-pve1 ceph-fuse...
  7. C

    [SOLVED] Ceph Pacific upgrade to Quincy osd boot problem

    Hi, i followed pve documentation on upgrading ceph pacific to quincy, so, full upgrade to last pve 7, reboot, change to quincy, upgrade, restart mons/mgrs/osds, all went ok. But after this i rebooted one upgraded host and osds doesn't come up: Jul 11 02:31:03 proxmox-03 systemd[1]: Starting...
  8. C

    3node brand new ceph cluster vs 5node mixed ceph cluster

    It depends. Everytime you will need something from slower node, your faster node will wait. On smaller cluster it will be more visible than on bigger. Anyway, using 15k 600GBs disks is performance hit anyway for ceph no matter if they are old or new - performance is the same usually if on the...
  9. C

    Connect proxmox host to OVS bridge

    https://pve.proxmox.com/wiki/Open_vSwitch Create OVSIntPort for PVE and connect it to bridge.
  10. C

    Intel S3510 1.2TB | Lost all the partitions after reboot

    You can read and try https://grok.lsu.edu/article.aspx?articleid=16716 or google more around it.
  11. C

    Offtopic: Rootless docker storage driver for Debian 11/12 VM?

    Debian 10 is old, so documentation is probably little outdated in that section.
  12. C

    local-lvm storage in cluster

    Local storage can be per the node no matter if the node is part of cluster or standalone. For pve it's just right configuration in datastore->storage.
  13. C

    Do I need to additionally configure disks for ceph+Proxmox?

    https://forum.proxmox.com/threads/proxmox-ve-ceph-benchmark-2020-09-hyper-converged-with-nvme.76516/
  14. C

    How do you squeeze max performance with software raid on NVME drives?

    What you want? Block or file storage on such raid?
  15. C

    [SOLVED] iscsi multipath - does it need dedicated subnet per ip?

    After tests with dedicated network card i am able to get multipath only with dedicated subnets no matter if via openvswitch/lacp or dedicated card without any lacp. Marking as solved for now.
  16. C

    [SOLVED] iscsi multipath - does it need dedicated subnet per ip?

    We don't have experience with iscsi, so we don't know some things yet. So: 1] is LACP problem? We don't have dedicated 10G cards for iscsi on PVE hosts now 2] if we switch from single to multiple subnets, will be 1] ok or will we need to be without LACP? 3] will multiple subnets require...
  17. C

    [SOLVED] iscsi multipath - does it need dedicated subnet per ip?

    Hi, we are testing our new iscsi storage. Based on proxmox iscsi documentation we have now: root@proxmox-mon-01:/etc/network# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 279.4G 0 disk |-sda1...
  18. C

    [SOLVED] Cloud-init breaking grub-pc boot disk selection?

    Ansible is calling apt modules (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html ) for update installed packages. The problem isn't tied to ansible, it shows even on manual update.
  19. C

    [SOLVED] Cloud-init breaking grub-pc boot disk selection?

    boot: cdn bootdisk: scsi0 cores: 2 cpu: host ide0: vg-iscsi:vm-103-cloudinit,media=cdrom,size=4M ide2: none,media=cdrom memory: 4096 name: testcloud net0: virtio=06:55:57:66:58:E1,bridge=vmbr0,link_down=1 net1: virtio=2A:4C:E8:43:F6:BF,bridge=vmbr0,link_down=1,tag=VLANID numa: 0 ostype: l26...