Matthew Barnes
Matthew Barnes
With the Azure AD Graph deprecation deadline ~approaching~ (**correction:** I see [it's been delayed](https://docs.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview)), I'm looking for guidance on how to proceed. @baywet, was your last comment here addressed to...
I should have emphasized this is when running `atomic storage reset` again **after** all that. Observed this while working on a devicemapper-to-overlay2 playbook (based on yours) and trying to reset...
What about just: ``` diff --git a/Atomic/storage.py b/Atomic/storage.py index 77c1cbb..6e02256 100644 --- a/Atomic/storage.py +++ b/Atomic/storage.py @@ -160,6 +160,7 @@ class Storage(Atomic): util.call(["umount", root + "/devicemapper"], stderr=DEVNULL) util.call(["umount", root + "/overlay"],...
Gah, just realized I filed this issue against the wrong project. Sorry about that. 😖
> Is there a find command to look for immutable files? Not on Linux. (BSD find apparently has `-xattrname`) Best solution I found so far is [this answer on Stack...
> The packages in Fedora are old and don't reflect the current state of the product @ashcrow Do we want to keep the `commissaire` Fedora package, then, if we expect...
@ashcrow I've retired the `master` and `f26` branches of the `commissaire` RPM package.
Avoiding synchronization problems with (1) sounds like a win to me, though I don't know Kubernetes well enough to comment on the particulars. Agree with @ashcrow on (2): worth doing...
Overall looks pretty good to me so far. The arguments to `container_*` vs `internal_*` methods seem overly tailored for their defaults. For example, what would I pass as the "pod_name"...
@petervo Can you give a couple examples of different "kinds"?