]> sourceware.org Git - lvm2.git/commit
archive: support interruption
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 26 Feb 2021 00:23:50 +0000 (01:23 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 2 Mar 2021 21:54:40 +0000 (22:54 +0100)
commit2a9a3346e74c1327eafb03c44f2579eb6119943f
tree94e79af11324bbf0e9be24d8471ba35f6276f2f4
parenteb1160ee4230e6f37707b19eb5b46d2446257500
archive: support interruption

When lvm2 calls archive() or backup() it can be useful to allow handling
break signal so the command can be interrupted at some consistent point.

Signal is accepted during processing these calls - and can be evaluated
later during even lengthy processing loops.

So now user can interrupt lengthy lvremove().
lib/format_text/archiver.c
This page took 0.031191 seconds and 5 git commands to generate.