GithubHelp home page GithubHelp logo

jedel1043 / nfs-client-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from canonical/nfs-client-operator

0.0 0.0 0.0 71 KB

A subordinate Juju operator for requesting and mounting exported NFS shares on virtual machines.

Home Page: https://charmhub.io/nfs-client

License: Apache License 2.0

Python 100.00%

nfs-client-operator's Introduction

NFS client operator

A subordinate Juju operator for requesting and mounting exported NFS shares on virtual machines.

Charmhub Badge CI Release Matrix

Features

The NFS client operator requests and mounts exported NFS shares on virtual machines. This operator embeds the nfs-common package which contains several support files common to both NFS clients and servers. Network File System (NFS) itself is a distributed file system protocol for sharing files between heterogeneous environments over a network.

Usage

NFS client operator is a subordinate operator; it must be integrated with a principle operator for it to deploy successfully. For more information on how Juju operators work and how manage them, please refer to the Juju documentation. This operator should be used with Juju 3.x or greater.

With NFS server proxy operator

$ juju deploy nfs-server-proxy --config endpoint=nfs://12.34.56.78/data
$ juju deploy nfs-client data --config mountpoint=/data
$ juju deploy ubuntu base --base [email protected]
$ juju integrate data:juju-info base:juju-info
$ juju integrate data:nfs-share nfs-server-proxy:nfs-server-proxy

With LXD containers

If you are deploying Juju operators to an LXD container-based cloud substrate, you must modify the default LXD profile. The LXD containers must be super-privileged and have their AppArmor profile modified to allow nfs and rpc_pipefs mounts to successfully mount NFS shares. You can use the following commands to modify the default LXD profile to allow NFS mounts:

$ lxc profile set default security.privileged true
$ lxc profile set default raw.apparmor 'mount fstype=nfs*, mount fstype=rpc_pipefs'

Project & Community

The NFS client operator is a project of the Ubuntu HPC community. It is an open source project that is welcome to community involvement, contributions, suggestions, fixes, and constructive feedback. Interested in being involved with the development of the NFS client operator? Check out these links below:

License

The NFS client operator is free software, distributed under the Apache Software License, version 2.0. See the LICENSE file for more information.

nfs-client-operator's People

Contributors

nuccitheboss avatar renovate[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.