Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1490851 Details for
Bug 1636425
Order of brick placement on the host is not preserved as defined in the playbook
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Playbook used for gluster deployment
gluster_inventory.yml (text/plain), 9.65 KB, created by
SATHEESARAN
on 2018-10-05 13:34:37 UTC
(
hide
)
Description:
Playbook used for gluster deployment
Filename:
MIME Type:
Creator:
SATHEESARAN
Created:
2018-10-05 13:34:37 UTC
Size:
9.65 KB
patch
obsolete
>hc-nodes: > hosts: > # Host1 - Provide the FQDN/IP of backend network > rhsqa-grafton10.lab.eng.blr.redhat.com: > > # Dedupe & Compression config > # uncomment the section, if Dedupe and compression is to be enabled. > # > # Note: > # 1. VDO Params to be edited > # name - VDO device name, prefer vdo_<disk_name> Eg:vdo_sdb > # device - Name of the device Eg: /dev/sdb > # logicalSize - 10times the size of the physical disk > # Eg: if the disk is 18T, then logicalsize is 180T > # If >= 1000G then slabsize=32G else slabsize=2G > # 2. > gluster_infra_vdo: > - { name: 'vdo_sdc', device: '/dev/sdc', logicalsize: '180T', emulate512: 'on', slabsize: '32G', > blockmapcachesize: '128M', readcachesize: '20M', readcache: 'enabled', writepolicy: 'auto' } > > # With Dedupe & Compression > # Uncomment the following section, if Dedupe & compression to be enabled > # > # Note: Suffix the vg name with the disk name for.eg. vg_sdc, vg created on sdc > gluster_infra_volume_groups: > - vgname: gluster_vg_sdc > pvname: /dev/mapper/vdo_sdc > > # Without Dedupe & Compression > # Comment out the following section, if Dedupe & compression is to be enabled > #gluster_infra_volume_groups: > # - vgname: vg_sdb1 > # pvname: /dev/sdb1 > # - vgname: vg_sdb2 > # pvname: /dev/sdb2 > > gluster_infra_mount_devices: > - path: /gluster_bricks/engine > lvname: gluster_lv_engine > vgname: gluster_vg_sdc > - path: /gluster_bricks/data > lvname: gluster_lv_data > vgname: gluster_vg_sdc > - path: /gluster_bricks/vmstore > lvname: gluster_vg_vmstore > vgname: gluster_vg_sdc > > # Thinpools can't used in conjunction with VDO dedupe & compression > # feature - BZ - 1634551 > #gluster_infra_thinpools: > # - {vgname: 'gluster_vg_sdc', thinpoolname: 'gluster_thinpool_sdc', thinpoolsize: '170T', poolmetadatasize: '4G'} > > #gluster_infra_cache_vars: > # - vgname: gluster_vg_sdc > # cachedisk: /dev/sdf > # cachelvname: cachelv_thinpool_vg_sdb2 > # cachethinpoolname: gluster_vg_sdc > # cachelvsize: '10G' > # cachemetalvsize: '2G' > # cachemetalvname: cache_thinpool_vg_sdb2 > # cachemode: writethrough > > gluster_infra_thick_lvs: > - vgname: gluster_vg_sdc > lvname: gluster_lv_engine > size: 100G > - vgname: gluster_vg_sdc > lvname: gluster_lv_data > size: 12288G > - vgname: gluster_vg_sdc > lvname: gluster_lv_vmstore > size: 4096G > > # Mount the devices > gluster_infra_mount_devices: > - { path: '/gluster_bricks/data', vgname: gluster_vg_sdc, lvname: gluster_lv_data } > - { path: '/gluster_bricks/vmstore', vgname: gluster_vg_sdc, lvname: gluster_lv_vmstore } > - { path: '/gluster_bricks/engine', vgname: gluster_vg_sdc, lvname: gluster_lv_engine } > > # Set up GlusterFS hyperconverged interface > gluster_features_hci_cluster: "{{ groups['hc-nodes'] }}" > gluster_features_hci_volumes: > - { volname: 'engine', brick: '/gluster_bricks/engine/engine' } > - { volname: 'data', brick: '/gluster_bricks/data/data' } > - { volname: 'vmstore', brick: '/gluster_bricks/vmstore/vmstore' } > > #Host2 > rhsqa-grafton11.lab.eng.blr.redhat.com: > > # Dedupe & Compression config > # If logicalsize >= 1000G then slabsize=32G else slabsize=2G > gluster_infra_vdo: > - { name: 'vdo_sdc', device: '/dev/sdc', logicalsize: '180T', emulate512: 'on', slabsize: '32G', > blockmapcachesize: '128M', readcachesize: '20M', readcache: 'enabled', writepolicy: 'auto' } > > # With Dedupe & Compression > gluster_infra_volume_groups: > - vgname: gluster_vg_sdc > pvname: /dev/mapper/vdo_sdc > > # Without Dedupe & Compression > #gluster_infra_volume_groups: > # - vgname: vg_sdb1 > # pvname: /dev/sdb1 > # - vgname: vg_sdb2 > # pvname: /dev/sdb2 > > gluster_infra_mount_devices: > - path: /gluster_bricks/engine > lvname: gluster_lv_engine > vgname: gluster_vg_sdc > - path: /gluster_bricks/data > lvname: gluster_lv_data > vgname: gluster_vg_sdc > - path: /gluster_bricks/vmstore > lvname: gluster_lv_vmstore > vgname: gluster_vg_sdc > > #gluster_infra_thinpools: > # - {vgname: 'vg_sdb2', thinpoolname: 'thinpool_vg_sdb2', thinpoolsize: '500G', poolmetadatasize: '4G'} > > #gluster_infra_cache_vars: > # - vgname: vg_sdb2 > # cachedisk: /dev/sdb3 > # cachelvname: cachelv_thinpool_vg_sdb2 > # cachethinpoolname: thinpool_vg_sdb2 > # cachelvsize: '10G' > # cachemetalvsize: '2G' > # cachemetalvname: cache_thinpool_vg_sdb2 > # cachemode: writethrough > > gluster_infra_thick_lvs: > - vgname: gluster_vg_sdc > lvname: gluster_lv_engine > size: 100G > - vgname: gluster_vg_sdc > lvname: gluster_lv_data > size: 12288G > - vgname: gluster_vg_sdc > lvname: gluster_lv_vmstore > size: 4096G > > # Mount the devices > gluster_infra_mount_devices: > - { path: '/gluster_bricks/data', vgname: gluster_vg_sdc, lvname: gluster_lv_data } > - { path: '/gluster_bricks/vmstore', vgname: gluster_vg_sdc, lvname: gluster_lv_vmstore } > - { path: '/gluster_bricks/engine', vgname: gluster_vg_sdc, lvname: gluster_lv_engine } > > # Set up GlusterFS hyperconverged interface > gluster_features_hci_cluster: "{{ groups['hc-nodes'] }}" > gluster_features_hci_volumes: > - { volname: 'engine', brick: '/gluster_bricks/engine/engine' } > - { volname: 'data', brick: '/gluster_bricks/data/data' } > - { volname: 'vmstore', brick: '/gluster_bricks/vmstore/vmstore' } > > #Host3 > rhsqa-grafton12.lab.eng.blr.redhat.com: > > # Dedupe & Compression config > # If logicalsize >= 1000G then slabsize=32G else slabsize=2G > gluster_infra_vdo: > - { name: 'vdo_sdc', device: '/dev/sdc', logicalsize: '180T', emulate512: 'on', slabsize: '32G', > blockmapcachesize: '128M', readcachesize: '20M', readcache: 'enabled', writepolicy: 'auto' } > > # With Dedupe & Compression > gluster_infra_volume_groups: > - vgname: gluster_vg_sdc > pvname: /dev/mapper/vdo_sdc > > # Without Dedupe & Compression > #gluster_infra_volume_groups: > # - vgname: gluster_vg_sdc > # pvname: /dev/sdb1 > # - vgname: vg_sdb2 > # pvname: /dev/sdb2 > > gluster_infra_mount_devices: > - path: /gluster_bricks/engine > lvname: gluster_lv_engine > vgname: gluster_vg_sdc > - path: /gluster_bricks/data > lvname: gluster_lv_data > vgname: gluster_vg_sdc > - path: /gluster_bricks/vmstore > lvname: gluster_lv_vmstore > vgname: gluster_vg_sdc > > #gluster_infra_thinpools: > # - {vgname: 'vg_sdb2', thinpoolname: 'thinpool_vg_sdb2', thinpoolsize: '500G', poolmetadatasize: '4G'} > > #gluster_infra_cache_vars: > # - vgname: vg_sdb2 > # cachedisk: /dev/sdb3 > # cachelvname: cachelv_thinpool_vg_sdb2 > # cachethinpoolname: thinpool_vg_sdb2 > # cachelvsize: '10G' > # cachemetalvsize: '2G' > # cachemetalvname: cache_thinpool_vg_sdb2 > # cachemode: writethrough > > gluster_infra_thick_lvs: > - vgname: gluster_vg_sdc > lvname: gluster_lv_engine > size: 100G > - vgname: gluster_vg_sdc > lvname: gluster_lv_data > size: 12288G > - vgname: gluster_vg_sdc > lvname: gluster_lv_vmstore > size: 4096G > > # Mount the devices > gluster_infra_mount_devices: > - { path: '/gluster_bricks/data', vgname: gluster_vg_sdc, lvname: gluster_lv_data } > - { path: '/gluster_bricks/vmstore', vgname: gluster_vg_sdc, lvname: gluster_lv_vmstore } > - { path: '/gluster_bricks/engine', vgname: gluster_vg_sdc, lvname: gluster_lv_engine } > > # Set up GlusterFS hyperconverged interface > gluster_features_hci_cluster: "{{ groups['hc-nodes'] }}" > gluster_features_hci_volumes: > - { volname: 'engine', brick: '/gluster_bricks/engine/engine', arbiter: 1 } > - { volname: 'data', brick: '/gluster_bricks/data/data', arbiter: 1 } > - { volname: 'vmstore', brick: '/gluster_bricks/vmstore/vmstore', arbiter: 1 } > > # Common configurations > vars: > # Firewall setup > gluster_infra_fw_ports: > - 2049/tcp > - 54321/tcp > - 5900/tcp > - 5900-6923/tcp > - 5666/tcp > - 16514/tcp > gluster_infra_fw_permanent: true > gluster_infra_fw_state: enabled > gluster_infra_fw_zone: public > gluster_infra_fw_services: > - glusterfs > gluster_infra_disktype: RAID6 > gluster_infra_diskcount: 10 > gluster_infra_stripe_unit_size: 256 >## Auto add hosts vars > >gluster: > hosts: > rhsqa-grafton11-nic2.lab.eng.blr.redhat.com: > rhsqa-grafton12-nic2.lab.eng.blr.redhat.com: > vars: > storage_domains: [{"name":"data","host":"rhsqa-grafton10.lab.eng.blr.redhat.com","address":"rhsqa-grafton1.lab.eng.blr.redhat.com","path":"/data","mount_options":"backup-volfile-servers=rhsqa-grafton11.lab.eng.blr.redhat.com:rhsqa-grafton12.lab.eng.blr.redhat.com"},{"name":"vmstore","host":"rhsqa-grafton10.lab.eng.blr.redhat.com","address":"rhsqa-grafton10.lab.eng.blr.redhat.com","path":"/vmstore","mount_options":"backup-volfile-servers=rhsqa-grafton11.lab.eng.blr.redhat.com:rhsqa-grafton12.lab.eng.blr.redhat.com"}]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1636425
: 1490851