I recently started using Ansible for orchestrating updates, backups, and other similar stuff. Working with BTRFS with it has gotten annoying really fast due to some of the hoops I have to jump through to get the btrfs command to work in a way that the shell and command modules in Ansible expect (it would be really nice to have an option for subv delete that would work like rm -f). Because of this, I'm looking at writing a module for BTRFS management (ZFS has one, why shouldn't we?), but I wanted to check here first to see if:

1. Anybody may have already started working on this (in which case, I'd love to help).

2. Anybody here actually uses Ansible and could help with testing (module inclusion requires testing by a third party).

3. Anyone had any suggestion as to what might be worthwhile to include. At a minimum, I'm looking at supporting scrub, balance, defrag, subvolume creation/removal/snapshotting, and probably send/receive.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to