]> sourceware.org Git - lvm2.git/commit
report: fix regression while selecting string fields using synonyms
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 2 Jul 2015 09:31:54 +0000 (11:31 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 2 Jul 2015 09:31:54 +0000 (11:31 +0200)
commit454782f1a3cf41148711773ae820e646bd2fd95f
treeb06ec3e4792e9807703a3f8098cefd624bfc5f16
parent7f63fff9c4a4e82925227e94d1fa4ba4500ebc2b
report: fix regression while selecting string fields using synonyms

$ lvs -o name,cache_policy vg/lvol0
  LV    Cache Policy
  lvol0

Before this patch:
$ lvs -o name,cache_policy -S 'cache_policy=undefined' vg/lvol0
  (no match)

With this patch applied:
$ lvs -o name,cache_policy -S 'cache_policy=undefined' vg/lvol0
  LV    Cache Policy
  lvol0
WHATS_NEW
libdm/libdm-report.c
This page took 0.038494 seconds and 5 git commands to generate.