Closed RangHo closed 3 months ago
Hi,
You did write in your config wipe_filesystem: true
and you should set it to false
perhaps you should not use wipe_table: true
to :/
you can read https://docs.fedoraproject.org/en-US/fedora-coreos/live-booting/#_using_persistent_state
Oh, apparently I misunderstood the Ignition reference manual I guess. I thought wipe_filesystem
suppresses boot failure when filesystem signagures don't match, which is what wipe_table
does if I understood correctly.
Thanks for pointing that out! Closing.
Describe the bug
Even if I am using same hardware with same Ignition configuration, CoreOS always completely wipes and re-partitions the persistent
/var
partition.Reproduction steps
Expected behavior
Any changes I've made to
/var
, including adding new Podman volumes, should be persisted in the next boot.Actual behavior
/var
is always completely wiped, causing longer booting time and loss of data.System details
Butane or Ignition config
Additional information
This was never an issue when I was booting straight from iPXE EFI executable, using a $3 USB stick stuck to the machine. I just set up an OpenWrt router that is capable of acting as a PXE server, so I swapped from EFI executable to PXE binary. Now, I cannot use the persistent storage anymore.