Recent content by Nemesiz

  1. N

    SDN VLAN zone

    VNet. Personally I`m not sure but lets try.
  2. N

    SDN VLAN zone

    Try to enable "VLAN Aware"
  3. N

    SDN VLAN zone

    Can you show VM network configuration ?
  4. N

    Ceph freeze when a node reboots on Proxmox cluster

    5 MON - A.I suggest to use this number only on really huge setup. 1 MON - on single ceph machine. 2 MON - no quorum 3 MON - regular setup 4 MON - no quorum? Try to lower MON setup to 3.
  5. N

    Is it possible to create replication rule that uses two osd classes and uses them in equal manner?

    I suggest you take a look at these links https://www.osris.org/article/2019/03/01/ceph-osd-site-affinity https://ceph.io/en/news/blog/2015/crushmap-example-of-a-hierarchical-cluster-map/
  6. N

    Ceph - Reduced data availability: 3 pgs inactive

    How OSD lose PG objects ? Who cause it ?
  7. N

    Ceph freeze when a node reboots on Proxmox cluster

    In maintenance time I set noout norebalance norecover flags before OSD/server shutdown. It stops from moving data around others OSD. In some Ceph talks was mentioned that single HDD can impact all cluster event HDD SMART will not show any evidence of coming HDD death. So you must track of disk...
  8. N

    Legacy-Boot with ZFS-Root on Supermicro X8DT3 (Proxmox VE 9.0, no UEFI)

    Proxmox installation is not so rich with option. Try to install debian as you wish and then convert to Proxmox.
  9. N

    ZFS pool won’t import after switching from /dev/sdx to /dev/disk/by-id – mixed vdev paths

    Hi, have you tried to run 'zpool import -d /dev/disk/by-id' to see what zfs sees ?
  10. N

    Ceph - feasible for Clustered MSSQL?

    You have to ask what Ceph will solve for you. Scalable, failure .... If you decide to use Ceph in my short experience and other people suggestions: 1. Get fast network as possible. Network latency have big role. 2. Get SSD/NVME enterprise grade to survive the load. 3. More CPU cores not always...
  11. N

    [SOLVED] Help! Ceph access totally broken

    What you need to do is to create missing config files. To get all keys use this: # ceph -n mon. --keyring /var/lib/ceph/mon/ceph-pvecloud01/keyring auth ls 1. Create /etc/pve/ceph.conf and put needed info 2. Link the file: # ln -s /etc/ceph/ceph.conf /etc/pve/ceph.conf 3. Restore keyrings...
  12. N

    [SOLVED] Help! Ceph access totally broken

    Does it give good result? # ceph -n mon. --keyring /var/lib/ceph/mon/ceph-pvecloud01/keyring -s
  13. N

    [SOLVED] Help! Ceph access totally broken

    Go to store.db You will find .sst file. Copy it to your PC. Open with Notepad++ or other editor and search for "key =" It should be your admin key
  14. N

    [SOLVED] Help! Ceph access totally broken

    Is your /var/lib/ceph/mon/* empty ?
  15. N

    [SOLVED] Help! Ceph access totally broken

    If your OSD is still running / or not umounted then you can get Ceph cluster ID from /var/lib/ceph/osd/ceph-X/ceph_fsid