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
900 stars 79 forks source link

btrfs-defrag-plugin: switch to python3 by default #62

Closed kdave closed 5 years ago

kdave commented 5 years ago

The btrfs-defrag plugin used for post-installation can be run from python version 2 and 3 environments and the runtime detection will continue to work. The default interpreter will be changed to python3.