1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-01 09:47:48 +03:00
Peter Rajnoha b5022102bb libdm: report: make it possible to use blank value as selection for string list report field
$ lvs -o name,tags vg
  LV    LV Tags
  lvol0
  lvol1 mytag

Before this patch:
$ lvs -o name,tags vg -S 'tags=""'
  Failed to parse string list value for selection field lv_tags.
  Selection syntax error at 'tags=""'.
  Use 'help' for selection to get more help.

(and the same for -S 'tags={}' and -S 'tags=[]')

With this patch applied:
$ lvs -o name,tags vg -S 'tags=""'
  LV    LV Tags
  lvol0

(and the same for -S 'tags={}' and -S 'tags=[]')
2015-09-17 10:19:15 +02:00
..
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2015-05-09 00:59:18 +01:00
2015-05-01 15:07:59 +02:00
2015-08-26 11:24:41 +02:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2015-05-18 12:45:43 +02:00
2015-05-14 10:52:55 +02:00
2015-09-11 21:52:27 +02:00
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2015-05-14 10:52:55 +02:00
2015-03-13 12:12:54 +01:00
2015-04-02 13:38:41 +02:00
2015-05-09 09:17:26 +02:00
2015-07-02 15:42:26 -05:00
2015-09-03 23:34:37 +02:00
2015-05-14 10:52:55 +02:00
2015-05-09 00:59:18 +01:00
2015-05-14 10:52:55 +02:00
2015-05-09 00:59:18 +01:00