Ian Pilcher
Ian Pilcher
Currently, `dracut` only supports a single location for modules - `/usr/lib/dracut/modules.d`. By convention, on systems that use a package manager (`rpm`, `dpkg`, etc.), the `/usr/lib` hierarchy is used for files...
I've searched high and low, and I can't find anything that documents how applications are expected to handle (i.e. report) parser errors. `yaml_parser_s` includes these members: ``` /** * @name...
I just noticed that spanning tree is enabled on the host bridges - `virbr-ocp4` & `virbr1`. We probably want to turn that off.
I'm seeing this consistently when deploying ODF. (BTW, I think it might be time to change `ocp4_aio_deploy_ocs` to `ocp4_aio_deploy_odf`.) ``` TASK [ocp4_role_ocs : Apply storage-cluster configuration] ************************************************************************************************* FAILED - RETRYING:...
I'm consistently seeing warnings about the amount of available memory on the controllers (masters), for example: > System memory usage of 1.266G on Node (N) ocp4-master1.aio.example.com exceeds 95% of the...
Using libvirt to manage bridges, firewall rules, forwarding sysctls, etc. is more trouble than its worth. Any sort of network customization requires one to workaround libvirt's limitations or its active...
I have the following in a file: ```  ``` When I try to view the file with Grip, the image is not displayed, and Grip's output says: ``` 127.0.0.1...
I recently hit a situation in which a file context rule was failing to work for a path under `/usr/local/lib64/`. Sure enough, it turned out to be yet another alias...
**Describe the bug** I have an ordered list. Some of the list items consist of multiple paragraphs and some do not. The vertical spacing of these items is inconsistent. Whitespace...