NAS Storage Configuration

SMB Storage

Configuration

Go into:

System -> Hardware -> Storages -> NAS

  • To add a SMB Storage, click the button

  • Fill the following parameters to configure the storage :

Once, the storage is configured, you need to map the target you want connect to Nodeum to run the Workflow.

How to map NAS Target ?

First, go to

storage services -> NAS

To add a NAS Target,

  • click the button

  • Fill the following parameters to configure the storage :

NFS Storage

Configuration

Go into:

System -> Hardware -> Storages -> NAS

Once, the storage is configured, you need to map the target you want connect to Nodeum to run the Workflow.

How to map NFS Target ?

storage services -> NAS

Add a NFS Target,

In Docker deployment, if you can't browse the NFS target and you get such kind of error message: Can't mount nas01.domain.local:/share/volumes/data/. Then you have to addnolock as a Mount Options for this storage.

Mounted File System Storage

Configuration

Go into:

System -> Hardware -> Storages -> NAS

Mandatory to have the same name as the name writing in the toml (parent_name)

How to map a Target ?

First, go to

Storage Services -> NAS

To add a Target,

NAS Overview

After to have configured the differents NAS Storage (SMB, NFS or Mounted File System), a complete view is provided to see the status of the NAS Storage

Status

The name of a NAS Storage is unique.

You can't have several NAS Storage with the same Name. If you delete a NAS Storage which are already used by workflow, the system refused to create a new NAS with the same name.

After the creation of a user, it's required to give the rights and privileges to the user to access to your NAS Storage.

If the user haven't access, the tasks and operation inside Nodeum will be impossible.

Security Mode

Allowed values are in mount options if needed :

The default in mainline kernel versions prior to v3.8 was sec=ntlm. In v3.8, the default was changed to sec=ntlmssp.

Last updated