canonical / charm-sysconfig

A subordinate charm to apply system settings like grub configurations or systemd configurations.
Apache License 2.0
0 stars 5 forks source link

Update check grub function #57

Closed zxhdaze closed 1 month ago

zxhdaze commented 1 month ago

Closes: https://github.com/canonical/charm-sysconfig/issues/40 The issue is caused by difference in the way the root fs is being referenced with the LABEL or with UUID. Update the check function to replace UUID and Laber with related device name before comparision.

However, currently we are unable to reproduce this error.