Douglas Duckworth

Results 20 comments of Douglas Duckworth

So I gathered network data by running `vmware_guest_network` with `gather_network_info: true` using the same key values I set for attaching the nic with `vmware_guest`: ``` }, "network_info": [ { "allow_guest_ctl":...

Hi @BaryaPS what version of VCenter are you running? We did a minor update from `7.0U2C to 7.0U2d` so I am wondering if this could be related.

@ikke-t yes that's the same issue I have and want to avoid. I do not want to manually edit the NIC and set it to connected since this isn't sustainable...

This would be great to see since we would want to run behind nginx reverse proxy with ldap or oauth authentication.

We are copying the particles from GPFS to local NVMe which is much faster an random I/O operations. Yes, any file system with spinning disk will perform poorly when doing...

We are able to upload the micrographs to Wasabi, an external cloud provider, with peak transfer over **600MB/s.** This is over our **10Gb** internet connection. The internal GPFS network is...

@scheres @bforsbe Rclone moved the data in **6** minutes, rsync **20**, while Relion takes an **hour**. The problem here is obviously the [code in Relion that performs the copy](https://github.com/3dem/relion/blob/8a677f296f7038b8f479701740db729ccda3b535/src/exp_model.cpp). Users...

Hi @eriklindahl Thank you for the update! Yes, when I do an OpenMPI run on multiple nodes the particles are copied to local scratch on each node. I do not...

After testing Relion 3.0.8 and 3.1_beta it seems the slow copying still exists. I do not see how caching is an issue when tools like `rclone` and `rsync` are faster...

I have the same issue on `3.4.1` with no config changes. The web ui shows the pod name not hostnames. I am running a 1.19 k8s cluster.