[18:10] thanks blackboxsw/falcojr for the last minute ask :D [18:21] cjp256: falcojr https://github.com/canonical/cloud-init/pull/1265/files#r807157218 would this cause a problem across boot stages with our unpickle resetting _iso_dev = None every time we deserialize the cached DS obj,pkl? [18:21] Pull 1265 in canonical/cloud-init "sources/azure: report ready in local phase" [Merged] [18:25] I was understanding it as not wanting the value to get cached at all, but maybe that was a wrong assumption [18:41] blackboxsw: nah, we are purposely clearing/(re)initializing these vars that we don't want to persist - iso_dev is now one of them. Previously it needed to be re-used in non-local phase [18:42] I think _report_ready should have been called by crawl_metadata anyway which should effectivly set self._iso_dev = None anyway. ok thanks for clarification there [18:43] I just got pricklies seeing us back off from the hasattr check === arif-ali_ is now known as arif-ali