Skip to content

Instantly share code, notes, and snippets.

@richm
richm / gist:a608d3db89d564a13a7b3cf97dceecf9
Created October 6, 2022 14:25
output of vdostats on latest el8
pool1-vdopool-vpool :
version : 31
release version : 133524
data blocks used : 55
overhead blocks used : 1048646
logical blocks used : 2651
physical blocks : 2620416
logical blocks : 3145984
1K-blocks : 10481664
1K-blocks used : 4194804
@richm
richm / gist:429da6554f1a93a8e51854c086f046a4
Created February 7, 2023 21:55
output of second run of play kube with podman version 4.4.0-dev
ok: [/home/rmeggins/.cache/linux-system-roles/rhel-9-2.qcow2] => {
"actions": [
"/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml"
],
"changed": false
}
STDERR:
time="2023-02-07T16:16:47-05:00" level=info msg="/usr/bin/podman filtering at log level debug"
@richm
richm / tests_basic.yml
Created December 15, 2023 19:08
real new test
---
- name: Basic snapshot test
hosts: all
tasks:
- name: Run the storage role to create test LVs
include_role:
name: fedora.linux_system_roles.storage
- name: Get unused disks
include_tasks: get_unused_disk.yml
NOTES on https://docs.fedoraproject.org/en-US/server-working-group/docs/server-technical-specification/#_4_server_roles
My comments indicate if Linux System Roles https://linux-system-roles.github.io/ are suitable for the requirement.
> 4.1 Server Roles Requirements
> A mechanism to install the packages necessary to deploy the service.
Yes. And the mechanism will handle cases where the packages are different depending on the platform/version (which is
not as important for Fedora as it is for Enterprise Linuxes)