Jonathon Anderson
Jonathon Anderson
@JasonYangShadow fwiw, I think this could (maybe even should) be done as a series of PRs (maybe one per command) rather than a giant PR that tries to do all...
See also #835.
I'm moving this to 4.6 for the general functionality, but we may/should still generate clustershell and/or pdsh config, and not try to replace either with Warewulf.
If I recall correctly (I'm transferring this in from personal notes) I think I had a use case where the presence of the IPv6 interface was interfering with something /...
This might add partitioning support. https://cloudinit.readthedocs.io/en/latest/reference/examples.html#create-partitions-and-filesystems
I think I was using the drag-and-drop support in the upload dialog with Safari. I'll try it with another browser, too.
Any chance it _could_ be supported? :)
I'm pretty sure I had to specify FORCE_FLAG_KW somewhere else; otherwise I wouldn't've even found it. I'll try to dig up the precedent that started this.
I found my precedent: it's that `get()` requires force, just like `iget`, when the local file already exists. https://github.com/irods/python-irodsclient/blob/e07aa8c102abfe19cc3524485723f6d2018e7914/irods/manager/data_object_manager.py#L84-L86 But `put()` does not, even though `iput` does (according to its...
> Does that sound reasonable? Seems reasonable to me.