mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-26 14:04:15 +03:00
Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd
This commit is contained in:
parent
2e7ab82b92
commit
daf9efb723
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.86 -
|
Version 2.02.86 -
|
||||||
=================================
|
=================================
|
||||||
|
Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd.
|
||||||
Remove enforcement of udev verification when using non-standard /dev location.
|
Remove enforcement of udev verification when using non-standard /dev location.
|
||||||
Fix to preserve exclusive activation of mirror while up-converting.
|
Fix to preserve exclusive activation of mirror while up-converting.
|
||||||
Reject allocation if number of extents is not divisible by area count.
|
Reject allocation if number of extents is not divisible by area count.
|
||||||
|
@ -295,6 +295,9 @@ static const char *decode_cmd(unsigned char cmdl)
|
|||||||
case CLVMD_CMD_RESTART:
|
case CLVMD_CMD_RESTART:
|
||||||
command = "RESTART";
|
command = "RESTART";
|
||||||
break;
|
break;
|
||||||
|
case CLVMD_CMD_SYNC_NAMES:
|
||||||
|
command = "SYNC_NAMES";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
command = "unknown";
|
command = "unknown";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user