_lsm_nfs_export Struct Reference

#include <lsm_datatypes.hpp>

Collaboration diagram for _lsm_nfs_export:
Collaboration graph
[legend]

Data Fields

uint32_t magic
char * id
char * fs_id
char * export_path
char * auth_type
lsm_string_listroot
lsm_string_listrw
lsm_string_listro
uint64_t anonuid
uint64_t anongid
char * options
char * plugin_data

Detailed Description

Structure for NFS export information

Definition at line 110 of file lsm_datatypes.hpp.


Field Documentation

uint64_t anongid

Gid that should map to anonymous

Definition at line 120 of file lsm_datatypes.hpp.

uint64_t anonuid

Uid that should map to anonymous

Definition at line 119 of file lsm_datatypes.hpp.

char* auth_type

Supported authentication types

Definition at line 115 of file lsm_datatypes.hpp.

char* export_path

Export path

Definition at line 114 of file lsm_datatypes.hpp.

char* fs_id

File system id

Definition at line 113 of file lsm_datatypes.hpp.

char* id

Id

Definition at line 112 of file lsm_datatypes.hpp.

uint32_t magic

Used for verfication

Definition at line 111 of file lsm_datatypes.hpp.

char* options

Options

Definition at line 121 of file lsm_datatypes.hpp.

char* plugin_data

Reserved for the plugin to use

Definition at line 122 of file lsm_datatypes.hpp.

List of hosts with read only access

Definition at line 118 of file lsm_datatypes.hpp.

List of hosts with root access

Definition at line 116 of file lsm_datatypes.hpp.

List of hosts with read & write access

Definition at line 117 of file lsm_datatypes.hpp.


The documentation for this struct was generated from the following file:

Generated on 9 Jul 2015 for libStorageMgmt by  doxygen 1.6.1