Search results

  1. N

    Unexpected Ceph Outage - What did I do wrong?

    Hi LordDongus I tested this scenario and I can give you some details. What's happening after removing hdd 'accidently' * OSD process will not notice it if no active IO * Layers LVM and LUKS will still stand as it is After removing disk active OSD will leave problem messages and crash...
  2. N

    Ceph 19.2 Squid Stable Release and Ceph 17.2 Quincy soon to be EOL

    Squid have problems with orchestrator and dashboard functionality. As one created issue https://tracker.ceph.com/issues/68657 In my test lab I had the same thing. I`m just saying for just in case.
  3. N

    [bug] [WebUI] Ceph OSD control and multiple roots

    I log in using root This is part of crush: # devices device 0 osd.0 class hdd device 1 osd.1 class hdd device 2 osd.2 class hdd device 3 osd.3 class hdd device 4 osd.4 class hdd device 5 osd.5 class hdd device 6 osd.6 class ssd device 7 osd.7 class ssd-web device 8 osd.8 class ssd-web device 9...
  4. N

    [bug] [WebUI] Ceph OSD control and multiple roots

    Hello, In Ceph -> OSD section I can`t control OSD. All buttons ( Details, Start .... Out, In, More ) are inactive after I select OSD. Who could cause the problem? I use few 'roots' in my Ceph test system and same OSD exist in few buckets/branch Any other problem? Expanding everything I`m...
  5. N

    HA storage for web cluster on PVE/Ceph

    Old topic but still active situation of today. @hansm have you solve this?
  6. N

    How to replace HDD in ZFS raidz2

    Have you tried to look at dmesg / smartctl ? Try zpool clear <pool_name> This will make zfs pool to do resilvering and it may be enough for fix. Later investigate the status of the disk.
  7. N

    Proxmox clone or transfer to new disk from 4k to 512 Sectors

    You cant transform ZFS pool from ashift 12 to 9. Just create need ZFS pool and using snapshot send data to new place.
  8. N

    EC pool creation, Help Needed

    I believe you need 6 host
  9. N

    ZFS Degraded

    Could it be cable? If it is possible try to swap drive places to see does it effect drive or the slot.
  10. N

    ZFS Degraded

    Try to read sectors and look does it return data hdparm --read-sector 512890372 /dev/sda hdparm --read-sector 76753636 /dev/sda hdparm --read-sector 821232972 /dev/sdb Another drive test is to scrub with ZFS. It will read all the written data and will validate it.
  11. N

    ZFS Degraded

    Clear ZFS pool and let it run. If the problem appear again then look it more deeply.
  12. N

    Windows 11 VM IO drops to 0Mbit

    If you are working with critical data then you will invest into UPS, more disk for file copies and so on... For you at the moment I can suggest to disable ZFS sync ( regular and sync writes will become as regular writes) to see does it helps and If it possible rise ARC cache size. zfs set...
  13. N

    Windows 11 VM IO drops to 0Mbit

    Welcome to ZFS. ZFS have a cache (ARC) and a cache for sync writes (LOG). Inside ARC cache you can find data cache and write cache. ZFS do not write constantly (on not heavy writes). It flush the data every 5 seconds (zfs_txg_timeout) or when dirty cache is full. Then ZFS write cache is full it...
  14. N

    [SOLVED] Ceph OSD stopped working, unable to restart it

    If you think you storage drive is healthy then recreate OSD. As of now it show bad data.
  15. N

    [SOLVED] Ceph OSD stopped working, unable to restart it

    Maybe your storage drive is dying. Replace it or recreate it.
  16. N

    [SOLVED] Recommend way for encryption

    Yes. Last time ( long ago ) I had to do it, the screen was refreshed with messages but typing with keyboard was accepted and process moved on.
  17. N

    [SOLVED] Recommend way for encryption

    It depend on your situation. I limit by IP address right now. Mandos server and mandos client are in different cities. You can read introduction here ( https://www.recompile.se/mandos/man/intro.8mandos ) As they say:
  18. N

    [SOLVED] Recommend way for encryption

    I run one server with full encryption except boot partition. Layout: 1. Needed partitions are encrypted with LUKS 2. ZFS use those partitions as regular partitions. I use Mandos ( https://www.recompile.se/mandos ) as tool for auto password loader from remote server at boot time before loading...
  19. N

    Ceph | Trying to understand fault tolerance

    What will happens if both nodes lose connection between and both nodes continues to write locally. How you will merge differences?
  20. N

    Fan Control, LM-Sensors HP Workstation | CPU Temp too high??

    I use Corsair Commander Pro to control fan speed. Of course my fans are with 4 pins.