Skip to content

Instantly share code, notes, and snippets.

View PopiBrossard's full-sized avatar

PopiBrossard

View GitHub Profile
@ervwalter
ervwalter / migrate.py
Last active April 15, 2025 20:36
Migrate files in cephfs to a new file layout pool recursivly
import os
import shutil
import logging
import sys
from concurrent.futures import ThreadPoolExecutor
import threading
import uuid
import xattr
from pathlib import Path