DrSAR / SARlabpy

git clone git@pfeifer.phas.ubc.ca:SARlabpy (do not push to github, please)
http://code.SARlab.ca
Other
1 stars 0 forks source link

Where should 'sdata' in my home directory on pfeifer be pointing to? #331

Closed firasm closed 9 years ago

firasm commented 9 years ago

currently it points to:

sdata -> /export/data/sdata/
hdata -> /export/data/hdata/
bdata -> /export/data/brukerdata/

Is this correct? I don't think so because those folders aren't ownCloud synced...

p.s. I also cannot access /mnt/disk/ownCloud from my user without sudo.

Fortunately this is a one-time fix that we shouldn't have to touch again

DrSAR commented 9 years ago

I am still experimenting with the setup but here is my proposed solution:

There is a slight update issue in that NFS-written data might take some time to become visible for owncloud users. Please monitor to see if this becomes a problem. The solution above does not address what to do for a user local to pfeifer. I do not want a single user to use an owncloud client since that leads to data duplication.

Currently the owncloud data is being owned by user www-data. The remote push from the scanner should also send paravision scan data as user www-data

(This is how I spend a fun Fri afternoon)

firasm commented 9 years ago

That's all very comprehensive and nice... except my situation precisely falls in the corner case excluded from your beautiful description:

The solution above does not address what to do for a user local to pfeifer. I do not want a single user to use an owncloud client since that leads to data duplication.

firasm commented 9 years ago

Since the ipython notebooks are all stored and run on pfeifer, my user will need direct access to sdata/adata/hdata

firasm commented 9 years ago

things are working fine so i'll close this issue...