Journal - SeaDataCloud/Documentation GitHub Wiki
I will try to keep note of the changes we did.
Merret, 2020-04-24
Syncer
- Changed source path from
/root/vrehome/nextcloud/nextcloud_allto/nfs-export(mounted to/srv/syncer/source/), because an NFS share that is accessible from bothscr-testandjellyfishwas created to carry the NextCloud data.
Merret, 2020-04-xx
Syncer
- Added sync to bluewhale. I created a new key pair for this, the sync to jellyfish might not work now, but it does not need to, as we have NFS for that.
Merret, 2020-04-27
Syncer
- Changed syncer paths: Before, it sent data to
.../.../<username>_syncon the remote. I removed the_sync. Why? When we do a sync of all users at the same time, no_syncis added. So then we ended up with directories with both_syncand without_sync, so nothing worked anymore. Before (registry-sdc.argo.grnet.gr/syncer_wsgi:20200313-as33): Sync to/.../sync_from_athens/nextcloud_data/vre_buurmanmarineidorgr8255g4x_sync/Work/.... Now (registry-sdc.argo.grnet.gr/syncer_wsgi:20200427-as3): Sync to/.../sync_from_athens/nextcloud_data/vre_buurmanmarineidorgr8255g4x/Work/.... - Also made DIVA and PYTHON and R on bluewhale use the path without
_sync(on 27th or 28th).
Merret, 2020-04-28
nginx proxy for workspace
- Increase nginx timeout (
keepalive_timeout) from 65 zo 600c (by mounting an additional config file, into/etc/nginx/nginx.conf) - Increase nginx version from
nginx:latestwhich was 1.17.4 at the time, tonginx:1.17.10.
Syncer
- Added the "files" subdirectory in the synced user directory. Before (
registry-sdc.argo.grnet.gr/syncer_wsgi:20200427-as33): Sync to/.../sync_from_athens/nextcloud_data/vre_buurmanmarineidorgr8255g4x/Work/.... Now (registry-sdc.argo.grnet.gr/syncer_wsgi:20200428-1-as33): Sync to/.../sync_from_athens/nextcloud_data/vre_buurmanmarineidorgr8255g4x/files/Work/.... - Also made DIVA and PYTHON and R on bluewhale use the path with added
/files/.