1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd

This commit is contained in:
Zdenek Kabelac 2011-06-28 13:42:15 +00:00
parent 2e7ab82b92
commit daf9efb723
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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;