Controller: /nodeworx/nfs/mount

Required Permissions

NFS

Action: add

Added in Version

4.7.0-339

Description

Add a NFS mount.

Input Parameters

Name

Type

Required?

Example Values

Default Values

Notes

host

string

Yes

The host (hostname or IP address) you are mounting.

remote_directory

string

Yes

The full path of the remote directory you are mounting.

mount_point

string

Yes

The local mount point you would like the remote directory to be available on. This must be an existing directory.

protocol

string

No

tcp

mount_type

string

No

hard, soft

remount_options

string

No

fg, bg

(On Error)

interrupt_handling

string

No

intr, nointr

(For File Operations)

Action: fail

Added in Version

n/a

Description

Magic function - test for failure mechanism.

Action: listNfsMounts

Added in Version

4.8.0-393

Description

List Nfs mounts.

Sample Output

array (
  'status' => 0,
  'payload' =>
  array (
  ),
  'reply_code' => 205,
)

Action: reroute

Added in Version

n/a

Description

Action to re-route from the current controller to a different one.

Action: win

Added in Version

n/a

Description

Magic function - test for testing success mechanism.