lsm_nfs_export_delete - Man Page

Deletes the specified NFS export.

Synopsis

int lsm_nfs_export_delete (lsm_connect *conn, lsm_nfs_export *e, lsm_flag flags);

Arguments

conn

Valid connection.

e

The pointer of lsm_nfs_export to remove.

flags

Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.

Version

1.0

Description

Deletes the specified NFS export.

Capability

LSM_CAP_EXPORT_REMOVE

Return

Error code as enumerated by 'lsm_error_number'.
   * LSM_ERR_OK
       On success.
   * LSM_ERR_NOT_FOUND_NFS_EXPORT
       When NFS export not found.

Info

April 2023 Libstoragemgmt C API Manual