Skip to content
View levysantanna's full-sized avatar
😎
😎
  • Red Hat
  • Brazil

Block or report levysantanna

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 Loading

  1. ceph-container ceph-container Public

    Forked from ceph/ceph-container

    Docker files and images to run Ceph in containers

    Shell 1

  2. anthill anthill Public

    Forked from gluster/anthill

    A Kubernetes/OpenShift operator to manage Gluster clusters

    Go 1

  3. go-ceph go-ceph Public

    Forked from ceph/go-ceph

    Go bindings for Ceph 🐙 🐙 🐙

    Go

  4. netdebug netdebug Public

    Container recipes for network debugs

    Dockerfile 4

  5. rook rook Public

    Forked from rook/rook

    Storage Orchestration for Kubernetes

    Go

  6. Migrate files in cephfs to a new fil... Migrate files in cephfs to a new file layout pool recursivly
    1
    import os
    2
    import shutil
    3
    import logging
    4
    import sys
    5
    from concurrent.futures import ThreadPoolExecutor