This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Find orphaned bucket index objects in the RGW bucket index pool | |
# and clean them up if they do not belong to a bucket | |
# | |
# Author: Wido den Hollander <[email protected]> | |
# | |
INDEX_POOL=$1 |