storage
storage copied to clipboard
Ansible role for linux storage management
There is an usecase when the physical device size can change (e.g. on VM). We need to be able to change the size of the LVM PV to accomodate that....
This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.
Hello, I would like to extend the storage role so it could create primary partitions on a disk. As blivet is being used by anaconda it is not clear to...
Does anyone know if this storage role works with Amazon Linux 2023? It tries to install Blivet through dnf package manager and fails as it isn't a package on Amazon...
README.md includes `state: present` in the example but the field is otherwise undocumented.
Hi, We tried to use this simply playbook on our fresh test VM : ``` - name: linux-system-roles-storage hosts: "{{ _target }}" roles: - linux-system-roles-storage vars: storage_pools: - name: opt...
Hello, I'm trying to resize an existing ext4 filesystem on top of LVM. In the example below, I want to grow `/var/log` from 10G to 15G. Here are my variables:...
Blivet can resize only the filesystem and when filesystem and the underlying block device size don't match we should resize it if the device/volume is referred in the playbook because...
Currently the README states: ``` As of now, the role supports managing file systems and mount entries on unpartitioned disks lvm (unpartitioned whole-disk physical volumes only) ``` However, it looks...
I tried bellow playbook[1] to create lvm vdo which expected to be failed, but it passed, from the log[2], it finally created with enabled compression/deduplication, is that expected? [1] ```...