mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
6dd98c1fa8
$ lvs -o name,tags vg/lvol0 LV LV Tags lvol0 a Before this patch: $ lvs -o name,tags vg/lvol0 -S 'tags=[a]' LV LV Tags lvol0 a $ lvs -o name,tags vg/lvol0 -S 'tags=[ab]' LV LV Tags lvol0 a (incorrect!) $ lvs -o name,tags vg/lvol0 -S 'tags=[abc]' LV LV Tags lvol0 a (incorrect!) With this patch applied: $ lvs -o name,tags vg/lvol0 -S 'tags=[a]' LV LV Tags lvol0 a $ lvs -o name,tags vg/lvol0 -S 'tags=[ab]' (no result - correct!) $ lvs -o name,tags vg/lvol0 -S 'tags=[abc]' (no result - correct!) |
||
---|---|---|
.. | ||
datastruct | ||
ioctl | ||
misc | ||
mm | ||
regex | ||
.exported_symbols | ||
libdevmapper.h | ||
libdevmapper.pc.in | ||
libdm-common.c | ||
libdm-common.h | ||
libdm-config.c | ||
libdm-deptree.c | ||
libdm-file.c | ||
libdm-report.c | ||
libdm-string.c | ||
Makefile.in |