kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
GNU General Public License v2.0
897 stars 79 forks source link

Remove flock --verbose flag for CentOS 7 compatibility #96

Closed cryobry closed 2 years ago

cryobry commented 2 years ago

CentOS 7 provides util-linux 2.23.2, its flock is too old to recognize --verbose.

Is it strictly necessary here?

asj commented 2 years ago

I sent a PR which shall check if --verbose is supported.

kdave commented 2 years ago

Thanks. I've applied Anand's patch as the verbose options reports if the lock was not taken, this may help debugging or at least what's going on in the system.