Charm: nfs
Summary
NFS formula for shared data storage
Charm Store
juju deploy cs:precise/nfs-1
Maintainer
Mark Mims
Series
precise
Description
Installs and configures an nfs4 daemon with the standard accompanying services, portmapd and idmapd. To use this, client services must implement hooks for a storage relation that is compatible with the 'mount' interface ( 'http://juju.ubuntu.com/Interfaces/mount' ). Exported shares get created as new services are joined. For now, service units with the same servicename share the same exported filesystem.
Links
Repository   Bugs
lp:~charmers/charms/precise/nfs/trunk
Interfaces
Provides
Config
export_options string
storage_root string
initial_daemon_count int
Details
Changes  
2012/05/29 Mark Mims maintainer (revno 13)
2012/01/28 Mark Mims strong config typing (revno 12)
2011/12/15 Mark Mims cleanup (revno 11)
2011/12/15 Mark Mims cleanup (revno 10)
2011/12/15 Mark Mims revision change (revno 9)
2011/12/15 Mark Mims config type change (revno 8)
2011/12/15 Mark Mims cleanup from project rename (revno 7)
2011/12/15 Mark Mims some cleanup start/stop daemon count (revno 6)
2011/08/17 Mark Mims typo (revno 5)
Lint Check
  • warn: no README file