Skip to content
View Matan-B's full-sized avatar
🐙
🐙

Block or report Matan-B

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Matan-B/README.md

Matan's GitHub stats

Pinned Loading

  1. ceph/ceph ceph/ceph Public

    Ceph is a distributed object, block, and file storage platform

    C++ 16.3k 6.3k

  2. config config Public

    vim/tmux/zsh

    Vim Script

  3. past_interval start interval mismatch past_interval start interval mismatch
    1
    ### past_intervals: start interval does not contain the required bound start, [Bug #49689](https://tracker.ceph.com/issues/49689)
    2
    >More importantly, we haven't be able to pin down the root cause of this 
    3
    issue.  If anyone is able to reproduce this with logs you will be my hero 
    4
    forever!
    5
    sage
  4. same_interval_since != 0 same_interval_since != 0
    1
    ### osd:PeeringState.cc: FAILED ceph_assert(info.history.same_interval_since != 0)
    2
    
                  
    3
    * https://tracker.ceph.com/issues/57628
    4
    * https://tracker.ceph.com/issues/39659
    5
    
                  
  5. BUG#61651.md BUG#61651.md
    1
    ### BUG#61651
    2
    
                  
    3
    ## Step 1
    4
    ---
    5
    
                  
  6. BUG #47300 BUG #47300
    1
    ## mount.ceph fails to understand AAAA records from SRV record 
    2
    
                  
    3
    [#47300](https://tracker.ceph.com/issues/47300)
    4
    IPv6 addresses are enclosed in square brackets `[ipv6addr]:port`.
    5
    Adapting from Ipv4 to 6 without taking the brackets in account (while parsing the address) is a common starting point for bugs :)