We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

ownCloud using our SAN storage

Formal Metadata

Title
ownCloud using our SAN storage
Alternative Title
owncloud + San at SAAO Integration or How i Made my user's lives easier
Title of Series
Number of Parts
22
Author
Contributors
License
CC Attribution - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
I needed a way to allow owncloud to run on its own web server but use our SAN to store the user data so we didn't end up with duplicated data. I developed a way to seamlessly serve a "cloud" folder located in the user's SAN mounted /home directory via the /var/www/owncloud/USER/data directory using bindmount, ldap and python. Bonus? The users ownCloud directory is accessible to the user on any server which has their home directories mounted (basically all of them) from the command line. I'm definitely not a programmer, rather I am a SysAdmin. This was my first attempt at using python and I am sure it could be improved. I am happy to share my process and see what ideas it sparks.