anweiss
anweiss
+1... this affects any RHEL VMs deployed to Azure where LVM is not used by the root device
hey @rhvgoyal ...so I get this same error when I attach a disk to the VM and use it to setup the thin pool
@rhvgoyal I have... indeed, it sets up the lvm thin pool, but the docker-storage-setup.service fails to start due to the same error
@rhvgoyal sure thing: ``` ● docker-storage-setup.service - Docker Storage Setup Loaded: loaded (/usr/lib/systemd/system/docker-storage-setup.service; disabled; vendor preset: disabled) Active: inactive (dead) Mar 21 15:52:20 osnode02 docker-storage-setup[4730]: Volume group "sda1" not found...
thanks @rhvgoyal. let me do some digging and report back on this
Thanks for this @SebastienGllmt. #121 has been merged. Feel free to rebase.
Yep. Just bumped the MSRV to `1.57.0` in https://github.com/anweiss/cddl/commit/2464beafb5bbec2ee83fe0303bd5830cd3613759. Try rebasing again.
@tomachristian feel free to give this a sanity check with some of your scenarios. Will get a separate PR up for smoke tests.
Thanks @tomachristian! Keep 'em coming! I believe I've fixed this with the most recent commit, but feel free to give it a whirl.
Scratch that ... need to fix more of the logic here.