mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-28 17:12:17 +00:00
fe520b5cdc
Currently, balance operations are run synchronously in the foreground. This is nice for interactive management, but is kind of crappy when you start looking at automation and similar things. This patch adds an option to `btrfs balance start` to tell it to daemonize prior to running the balance operation, thus allowing us to preform balances asynchronously. The two biggest use cases I have for this are starting a balance on a remote server without establishing a full shell session, and being able to background the balance in a recovery shell (which usually has no job control) so I can still get progress information. Because it simply daemonizes prior to calling the balance ioctl, this doesn't actually need any kernel support. Signed-off-by: Austin S. Hemmelgarn <ahferroin7@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
asciidoc.conf | ||
btrfs-balance.asciidoc | ||
btrfs-check.asciidoc | ||
btrfs-convert.asciidoc | ||
btrfs-device.asciidoc | ||
btrfs-filesystem.asciidoc | ||
btrfs-find-root.asciidoc | ||
btrfs-image.asciidoc | ||
btrfs-inspect-internal.asciidoc | ||
btrfs-man5.asciidoc | ||
btrfs-map-logical.asciidoc | ||
btrfs-property.asciidoc | ||
btrfs-qgroup.asciidoc | ||
btrfs-quota.asciidoc | ||
btrfs-receive.asciidoc | ||
btrfs-replace.asciidoc | ||
btrfs-rescue.asciidoc | ||
btrfs-restore.asciidoc | ||
btrfs-scrub.asciidoc | ||
btrfs-select-super.asciidoc | ||
btrfs-send.asciidoc | ||
btrfs-subvolume.asciidoc | ||
btrfs.asciidoc | ||
btrfstune.asciidoc | ||
fsck.btrfs.asciidoc | ||
Makefile.in | ||
manpage-base.xsl | ||
manpage-bold-literal.xsl | ||
manpage-normal.xsl | ||
mkfs.btrfs.asciidoc |