]> sourceware.org Git - lvm2.git/commit
Implement automatic snapshot extension with dmeventd, and add two new options
authorPetr Rockai <prockai@redhat.com>
Fri, 15 Oct 2010 16:28:14 +0000 (16:28 +0000)
committerPetr Rockai <prockai@redhat.com>
Fri, 15 Oct 2010 16:28:14 +0000 (16:28 +0000)
commita341cab721f0a0be57bfff105ceea6be9efe7759
treeffd1f7b2a16695180194d3cf3d5b596032fe7246
parent501d5786a970ba4d9a7e1a8b7c510dc44a37fec4
Implement automatic snapshot extension with dmeventd, and add two new options
to lvm.conf in the activation section: 'snapshot_autoextend_threshold' and
'snapshot_autoextend_percent', that define how to handle automatic snapshot
extension. The former defines when the snapshot should be extended: when its
space usage exceeds this many percent. The latter defines how much extra space
should be allocated for the snapshot, in percent of its current size.
daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c
doc/example.conf.in
lib/config/defaults.h
test/t-lvextend-snapshot-dmeventd.sh [new file with mode: 0644]
test/t-lvextend-snapshot-policy.sh [new file with mode: 0644]
test/test-utils.sh
tools/commands.h
tools/lvresize.c
This page took 0.030936 seconds and 5 git commands to generate.