mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd
This commit is contained in:
parent
0b1a308797
commit
88fca3eff4
@ -1,5 +1,6 @@
|
||||
Version 2.02.86 -
|
||||
=================================
|
||||
Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd.
|
||||
Remove enforcement of udev verification when using non-standard /dev location.
|
||||
Fix to preserve exclusive activation of mirror while up-converting.
|
||||
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:
|
||||
command = "RESTART";
|
||||
break;
|
||||
case CLVMD_CMD_SYNC_NAMES:
|
||||
command = "SYNC_NAMES";
|
||||
break;
|
||||
default:
|
||||
command = "unknown";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user