Hide Forgot
Description of problem: For HC use case, each server may have only one physical block device (for instance, a RAID6 LUN). It should be possible to create multiple LVs (thick or thin) from one single PV using gdeploy configuration Version-Release number of selected component (if applicable): How reproducible: NA
Tested with gdeploy-2.0-11 The thick volume could be create with the 'lvtype=thick' Also there could be multiple lvs created out of a thinpool using 'lvs' section [lvs] action=create lvtype=thick vgname=rhgs_vg1 or [lvs1] action=create lvtype=thinpool poolname=lvpool1 size=40GB vgname=rhgs_vg1 [lvs2] action=create lvtype=thinlv vgname=rhgs_vg1 ... Above conf sections could be used to create thick and thin lvs together
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2016:1250