Re: [atomic-devel] Python-pyudev instead of storaged

2016-06-22 Thread Marius Vollmer
Colin Walters <walt...@verbum.org> writes: > On Thu, Jun 16, 2016, at 04:37 AM, Marius Vollmer wrote: >> Hi, >> >> if I understand things right, adding storaged as a dependency to >> cockpit-docker is not acceptable. Can I add python-pyudev instead? >> &g

[atomic-devel] Python-pyudev instead of storaged

2016-06-16 Thread Marius Vollmer
Hi, if I understand things right, adding storaged as a dependency to cockpit-docker is not acceptable. Can I add python-pyudev instead? Incidentall, what about NetworkManager-team?

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-13 Thread Marius Vollmer
Vivek Goyal <vgo...@redhat.com> writes: > On Tue, Apr 12, 2016 at 03:09:08PM +0300, Marius Vollmer wrote: > >> - Docker-storage-setup needs to run non-interactively, but I think it >> can't do that right now, and asks confirmation for various things. > > It

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-13 Thread Marius Vollmer
Elvir Kuric writes: > I had same dilemma in past when I wanted to make d-s-s to wipe out all > on device specified in DEVS section in /etc/sysconfig/docker-storage, > however I think option to stop d-s-s if it detects fs signature is > security warning for case when someone by

[atomic-devel] Running docker-storage-setup from a UI

2016-04-12 Thread Marius Vollmer
Hi, I am working on this: https://github.com/cockpit-project/cockpit/wiki/Atomic:-Docker-Storage which is basically a UI inside Cockpit for docker-storage-setup. I am not super far along, but I am getting to the point where the UI will need to actually run docker-storage-setup. - My basic

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-12 Thread Marius Vollmer
Elvir Kuric writes: > On 04/12/2016 02:28 PM, Jeremy Eder wrote: > > I think --force-wipe and --init-storage ... or any destructive operation > on disks was not good option in past ( due by mistake selecting in > /etc/sysconfing/docker-storage wrong device ) .. not sure

[atomic-devel] UI for docker-storage-setup, use storaged?

2016-04-04 Thread Marius Vollmer
Hi, I want to implement a Cockpit UI component for docker-storage-setup, following this design by Garrett: https://github.com/cockpit-project/cockpit/wiki/Atomic:-Docker-Storage I am not too familier with Project Atomic (I have the t-shirt!), but people keep saying that it might be

Re: [atomic-devel] UI for docker-storage-setup, use storaged?

2016-04-05 Thread Marius Vollmer
Colin Walters <walt...@verbum.org> writes: > On Mon, Apr 4, 2016, at 10:25 AM, Marius Vollmer wrote: > >> What do you all think about this? What are the criteria for allowing >> storaged into the root filesystem? > > Note we're working on a new SPC design, it mi

Re: [atomic-devel] Storage use cases for the "atomic" command

2016-04-15 Thread Marius Vollmer
Daniel J Walsh writes: >> Thoughts? > > I am fine with this, but I would like to try to keep this container > platform agnostic if at all possible. Roger.

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-14 Thread Marius Vollmer
Vivek Goyal <vgo...@redhat.com> writes: > On Wed, Apr 13, 2016 at 10:36:40AM +0300, Marius Vollmer wrote: > >> [..] So any user-prompting from docker-storage-setup is a bug? I get >> a prompt from pvcreate sometimes, for example when the random data on >> the

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-19 Thread Marius Vollmer
Vivek Goyal writes: > Ok, I am playing with it more and trying to understand it better. I wrote a test case for this: https://github.com/mvollmer/docker-storage-setup/blob/664a1fbf4f9683778081f9827737e84af7a8bc8f/tests/002-no-pvcreate-prompts-for-stale-fs-signatures > So If

Re: [atomic-devel] Storage use cases for the "atomic" command

2016-04-19 Thread Marius Vollmer
Vivek Goyal <vgo...@redhat.com> writes: > On Fri, Apr 15, 2016 at 03:53:20PM +0300, Marius Vollmer wrote: > > - Status of current configuration > - Reset the configuration. > - Help users move from loop devices to proper block devices > - Help user tear

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-15 Thread Marius Vollmer
Vivek Goyal <vgo...@redhat.com> writes: > On Thu, Apr 14, 2016 at 10:45:03AM +0300, Marius Vollmer wrote: >> >> In your opinion, is it a bug or a feature that pvcreate might prompt >> like this? > > I think this is default behavior of pvcreate. By default i

Re: [atomic-devel] Running docker-storage-setup from a UI

2016-04-18 Thread Marius Vollmer
Vivek Goyal <vgo...@redhat.com> writes: > On Fri, Apr 15, 2016 at 02:46:24PM +0300, Marius Vollmer wrote: > >> Sorry, I was talking about d-s-s. Do you think it is a bug in d-s-s >> that pvcreate might prompt during its run and make it fail in a >> non-interacti

Re: [atomic-devel] Refspec used by "atomic host upgrade"

2016-07-07 Thread Marius Vollmer
Colin Walters writes: > All of that philosophy aside, there are many ways to do this: Thanks a lot! Here is our code: https://github.com/cockpit-project/cockpit/blob/master/test/images/scripts/lib/atomic.setup

Re: [atomic-devel] Fedora 26 change: using overlayfs as default

2016-12-16 Thread Marius Vollmer
Vivek Goyal writes: > [...] And if overlayfs does not work for a user, switching back to > devmapper should be easy. > > - atomic storage reset > - edit /etc/sysconfig/docker-storage-setup and set > STORAGE_DRIVER=devicemapper > - restart docker Should we have a button in

Re: [atomic-devel] Has anyone considered packaging dumb-init or tini for use in Fedora/CentOS/RHEL?

2017-03-06 Thread Marius Vollmer
Clayton Coleman writes: > [...] Anyone using these today? What about "docker run --init"? Anything wrong with that?

[atomic-devel] GetCachedRebaseRpmDiff regression?

2018-02-14 Thread Marius Vollmer
Hi, I think we have git some regression in rpm-ostreed on CentOS Atomic in our Cockpit integration tests: https://bugs.centos.org/view.php?id=14493 We found this when updating ou continuous-atomic image: https://github.com/cockpit-project/cockpit/pull/8548