Mark Carroll, Colin Blackburn & Josh Moore
archived
Pixels, an internal uncompressed format
archivedfiles can be stored
pre-FSimages still Pixels, not in Fileset
syntheticimages also not in Fileset
$ bin/omero import path/to/image -- --transfer=ln_s
$ bin/omero import path/to/image -- --transfer=ln
$ bin/omero import path/to/image -- --transfer=ln_rm
$ bin/omero import path/to/image -- --transfer=ln_rm
$ bin/omero import -- --advanced-help--transfer=upload--transfer=ln_s--transfer=ln--transfer=ln_rm--transfer=some.class.Name--minutes_wait=ARG--close_completed--wait_completed--checksum_algorithm=ARG
Adler-32, CRC-32, MD5-128, Murmur3-32, Murmur3-128, SHA1-160
# Template for FS managed repository paths.
# Allowable elements are:
# %user% bob
# %userId% 4
# %group% bobLab
# %groupId% 3
# %year% 2011
# %month% 01
# %monthname% january
# %day% 01
# %time% 15-13-54.014
# / path separator
#
# The path must be unique per fileset to prevent upload conflicts,
# which is why %time% includes milliseconds.
#
# A // may be used as a path separator: the directories preceding
# it are created with root ownership, the remainder are the user's.
# At least one user-owned directory must be included in the path.
#
# The template path is created below <omero.managed.dir>,
# e.g. /OMERO/ManagedRepository/<omero.fs.repo.path>/
omero.fs.repo.path=%user%_%userId%//%year%-%month%/%day%/%time%
|
...
# The template path is created below <omero.managed.dir>,
# e.g. /OMERO/ManagedRepository/<omero.fs.repo.path>/
omero.fs.repo.path=%user%_%userId%//%year%-%month%/%day%/%time%
|
...
# The template path is created below <omero.managed.dir>,
# e.g. /OMERO/ManagedRepository/<omero.fs.repo.path>/
omero.fs.repo.path=%user%_%userId%//%year%-%month%/%day%/%time%
|
By adding "%groupId%" at the top of the template, getting diskspace usage per group should be easier. See this forum thread for a discussion on the topic.
Adding other disks, should be as simple as adding a mount-point under /OMERO/ManagedRepository
$ bin/omero fs repos
|
# | Id | UUID | Type | Path
---+------+--------------------------------------+---------+----------------------------------
0 | 1 | c8db8f5c-b6ba-472f-b0d5-3dac4f31be66 | Public | /home/data/ome2
1 | 2 | ScriptRepo | Script | /opt/ome2/dist/lib/scripts
2 | 3 | c4df3508-cffe-4bf2-a1c8-b3c1395f737f | Managed | /home/data/ome2/ManagedRepository
(3 rows)
|
bin/omero fs images --archived