mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
lvconvert: skip polling in test mode
This commit is contained in:
parent
ab5df4bc5c
commit
6e4f2da9b3
@ -763,6 +763,9 @@ static int _lvconvert_poll_by_id(struct cmd_context *cmd, struct poll_operation_
|
|||||||
int is_merging_origin,
|
int is_merging_origin,
|
||||||
int is_merging_origin_thin)
|
int is_merging_origin_thin)
|
||||||
{
|
{
|
||||||
|
if (test_mode())
|
||||||
|
return ECMD_PROCESSED;
|
||||||
|
|
||||||
if (is_merging_origin)
|
if (is_merging_origin)
|
||||||
return poll_daemon(cmd, background,
|
return poll_daemon(cmd, background,
|
||||||
(MERGING | (is_merging_origin_thin ? THIN_VOLUME : SNAPSHOT)),
|
(MERGING | (is_merging_origin_thin ? THIN_VOLUME : SNAPSHOT)),
|
||||||
|
Loading…
Reference in New Issue
Block a user