Skip to content
View Matan-B's full-sized avatar
Block or Report

Block or report Matan-B

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. ceph/ceph ceph/ceph Public

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

    C++ 13.3k 5.8k

  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 :)