Comment 4 for bug 2022102

Revision history for this message
Dan Bungert (dbungert) wrote :

Did a retest today with the copy of cloud-init from ppa proposed staged in the snap (23.2.1-0ubuntu0~22.04.1). See a different variant of the same problem:

2023-06-29 17:01:35,900 DEBUG cloudinit.util:948 Attempting to load yaml from string of length 272 with allowed root types (<class 'dict'>,)
2023-06-29 17:01:35,900 DEBUG cloudinit.util:1536 Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2023-06-29 17:01:35,900 DEBUG cloudinit.util:1547 Read 8272 bytes from /var/lib/cloud/instance/obj.pkl
2023-06-29 17:01:35,911 WARNING cloudinit.sources:1727 Failed loading pickled blob from /var/lib/cloud/instance/obj.pkl
2023-06-29 17:01:35,911 DEBUG cloudinit.sources:1736 Failed loading pickled blob from /var/lib/cloud/instance/obj.pkl
Traceback (most recent call last):
  File "/snap/subiquity/x1/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 1170, in pkl_load
    return pickle.loads(pickle_contents)
ModuleNotFoundError: No module named 'cloudinit.net.netops'

Thanks for the efforts on the combined-cloud-config.json.