Search results

  1. P

    removing OSD on failed Hardware leaves the OSD service

    Hello, Just so you know, we recreated the OSD from Proxmox, with the replaced disk available (/dev/sd<newletter>), and somehow, it associated back to OSD.4. It's not completly clear to me how this happened, but it did, and all is good now.
  2. P

    removing OSD on failed Hardware leaves the OSD service

    Hello all, Here is the situation : We have a Ceph cluster on top of proxmox on Dell Hardware. On of the DELL virtual disk failed, hence the corresponding OSD failed. This is a HDD disk not NVME and "thankfully" the bluestore was not split out on local NVME disks. Anyway, we followed the...
  3. P

    pve-firewall simulate

    Hi all, Unfortunately, not yet upgraded, currently on a pve 6.4.1 tyring to setup the firewall. We've defined a cluster.fw (no other firewall rules files under /etc/pve/firewall) containing : - a bunch of ALIASES (names in uppercase), my_subnet 10.10.10.0/24 # subnet CIDR notation...
  4. P

    idrac physical disk lineage to proxmox /dev/sdX?

    Hello, We have a proxmox 6.X cluster running on dell poweredge set of servers. The servers are equiped with iDrac, and from there we can configure the physical disks into dell virtual disk in RAID 0. I'm trying to figure out the id of the disk (HW) at each level of its visibility : idrac...
  5. P

    quick dirty test env on top of VMWare

    well nevermind, IT VMWare team enabled HW virtualization, and i could proceed install proxmox v 6.4 test cluster on stock debian buster
  6. P

    quick dirty test env on top of VMWare

    Hello, I'm looking into setup a tiny test proxmox/ceph cluster on top of a set of 3 machines hosted inside VM-Ware. Currently they are CentOS and the idea was to install Stock Debian Buster, and install Proxmox repo to install V6 and test upgrade to V7. As a pre-validation investigation, i...
  7. P

    pvesm

    Hello, I'm trying to mount an CIFS shared space onto PROXMOX cluster storage. scanning works fine : pvesm scan cifs '<servername>' --username '<DOMAIN>\<USERNAME>' --password Enter Password: ******************* ... Lisf_of_share$ pvesm add cifs <ID> --domain <DOMAIN> --server '<servername>'...