diff options
author | Ralph Boehme <slow@samba.org> | 2014-10-22 19:17:12 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-01-10 04:15:04 +0100 |
commit | 15511f7c51686a088127748b211c3a3ff95c2fd1 (patch) | |
tree | 97ce7a508133693a141f9e8bd92c0ddbfa850656 /docs-xml/wscript_build | |
parent | f58545dbc2836cd3fdf351babb1304d84fd3e06d (diff) | |
download | samba-15511f7c51686a088127748b211c3a3ff95c2fd1.tar.gz |
vfs_unityed_media: VFS module for sharing AVID projects
Based on <https://code.google.com/p/vfs-unityed-media/>.
The existing VFS module media_harmony has some problems relative to Avid
media sharing:
Avid looks at the modification time of the ingest directory. Since
media_harmony has everyone using the same directory, users (or client
systems) have to somehow create "fake" directories with special names
and then media_harmony returns the mod time of those fake directories
for the different clients rather than the actual mod time of the
communal ingest directory.
To make matters worse, users then have to have a special utility or
understand how to update the modtime on these specially named
directories. Otherwise, their client system will never update the
indexes to show new media.
To make it even worse than that, Avid creates new directories on the
fly, so you can't just set this up statically at the beginning. Avid
will silently create a new directory and your reindexing problems will
start all over until you create new fake directories.
With unityed_media:
* there are no reindexes between clients
* clients don't need to know which directories have been created for
them, it's automatic.
* clients never have to reindex other systems directories.
* unityed_media let's each client have their own directories.
* unityed_media works much more like Avid's own ISIS servers work.
A module option controls which name is appended to client specific
paths: the username, the hostname (will not work with OS X) or the
client's IP.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jan 10 04:15:04 CET 2015 on sn-devel-104
Diffstat (limited to 'docs-xml/wscript_build')
-rw-r--r-- | docs-xml/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 0bc3f54807d..4060021ad53 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -83,6 +83,7 @@ manpages=''' manpages/vfs_syncops.8 manpages/vfs_time_audit.8 manpages/vfs_tsmsm.8 + manpages/vfs_unityed_media.8 manpages/vfs_worm.8 manpages/vfs_xattr_tdb.8 manpages/vfstest.1 |