Bug 1821248
Summary: | Support network bound disk encryption with static IP configuration with RHHI-V | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> | |
Component: | rhhi | Assignee: | Gobinda Das <godas> | |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.5 | CC: | godas, rhs-bugs | |
Target Milestone: | --- | |||
Target Release: | RHHI-V 1.8 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | gluster-ansible-infra-1.0.4-8.el8rhgs | Doc Type: | Enhancement | |
Doc Text: |
At-rest encryption using Network-Bound Disk Encryption is now supported on new Red Hat Hyperconverged Infrastructure for Virtualization deployments.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1821251 (view as bug list) | Environment: | ||
Last Closed: | 2020-08-04 14:52:07 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1821251 | |||
Bug Blocks: | 1779977 |
Description
SATHEESARAN
2020-04-06 11:40:28 UTC
Inventory file should include following Global option: ip_version: 4 or 6 ( defaults to 4, ipv4 ) ip_config_method: static or dhcp ( defaults to dhcp ) Per host: Only if 'ip_config_method' is 'static', following details makes sense host_ip_addr: Static IP of the host host_ip_prefix: network prefix host_net_gateway: Default network gateway Dracut drop-in file (Clevis.conf) content for ipv4: [root@localhost ~]# cat /etc/dracut.conf.d/clevis.conf kernel_cmdline="ip={{host_ip_addr}}::{{host_net_gateway}}:{{host_ip_prefix}}::{{interface}}:off" omit_dracutmodules+="ifcfg" omit_dracutmodules+="network-legacy" add_dracutmodules+="clevis network-manager" Dracut drop-in file (Clevis.conf) content for ipv6: [root@localhost ~]# cat /etc/dracut.conf.d/clevis.conf kernel_cmdline="ip={{[host_ip_addr]}}::{{[host_net_gateway]}}:{{host_ip_prefix}}::{{interface}}:off" omit_dracutmodules+="ifcfg" omit_dracutmodules+="network-legacy" add_dracutmodules+="clevis network-manager" Tested with gluster-ansible-infra-1.0.4-8.el8rhgs 1. Hosts are configured with static IPs 2. Inventory file is edited with static IP, prefix, and the gateway. 3. Execute the playbook 4. Rebooted the host The host could boot properly with static IP configured and doesn't wait for encryption passphrase prompt 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 (RHHI for Virtualization 1.8 bug fix and enhancement update), 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-2020:3314 |