Share Name |
The virtual mount point of the NFS share that you want to create.
You can use this share name to mount an NFSv4 share. If you want to mount an NFSv3
share, you must run the showmount -e <IP address of the gateway> command to obtain the mount point.
|
Read/Write Client IPs |
The IP address or CIDR block of the client that can read data from or write data to
the NFS gateway.
Example: 192.168.10.10 or 192.168.0.0/24. You can enter multiple IP addresses or CIDR
blocks.
|
Read-only Client IPs |
The IP address or CIDR block of the client that can only read data from the NFS gateway.
Example: 192.168.10.10 or 192.168.0.0/24. You can enter multiple IP addresses or CIDR
blocks.
|
User Mapping |
Maps an NFS client user to an NFS server user. This parameter is available only if
you set Protocol to NFS.
- none: specifies no mapping relationship between an NFS client user and the nobody
user of the NFS server.
- root_squash: restricts the use of root user permissions. NFS clients that use the
root identity are mapped to the nobody user on the NFS server.
- all_squash: restricts the use of all user permissions. NFS clients are mapped to the
nobody user of the NFS server regardless of the identity that is used by the clients.
- all_anonymous: restricts the use of all user permissions. NFS clients are mapped to
the anonymous user of the NFS server regardless of the identity that is used by the
clients.
|
Archive |
This parameter is available only if you set the Protocol parameter to NFS and the
User Mapping parameter to none.
- If you select Yes, the archive feature is enabled. You can archive and restore files in a share by
using the archive management tool.
- If you select No, the archive feature is disabled. You cannot use the archive management tool to manage
files. If you request to read data from an archived file, the system sends a request
to restore the file at the same time. No error message is returned. However, latency
may exist before you can read the archived file.
Note Basic file gateways do not support the archive feature.
|
Enable |
Specify whether to enable the specified NFS share.
If you do not want to use the NFS share, you can select No to disable the NFS share.
|
Mode |
Valid values: Cache Mode and Replication Mode.
- Replication Mode: In this mode, two backups are created for all data. One backup is stored on the
on-premises cache disk and the other backup is stored in the associated OSS bucket.
- Cache Mode: In this mode, the backup that is stored on the on-premises cache disk contains only
metadata and the user data that is frequently accessed. The backup that is stored
in the OSS bucket contains all data.
|
Reverse Sync |
Specifies whether to synchronize metadata that is stored in the OSS bucket to the
on-premises cache disk. You can use this feature in scenarios in which disaster recovery,
data restoration, and data sharing are required.
Note In a reverse synchronization process, the system scans all objects in the bucket.
If the number of objects exceeds the limit, you are charged when you call the OSS
API. For more information, see OSS pricing.
|
Encrypt |
Valid values:None and Server-side Encryption.
If you select Server-side Encryption, you must set the Key ID parameter. You can create a key in the KMS console. For more information, see Create a CMK.
After you enable the OSS server-side encryption feature, you can bring your own key
(BYOK). The system supports keys that are imported from Key Management Service (KMS).
After you enable the OSS server-side encryption feature, the system uses the imported
key to encrypt files that are uploaded to OSS from the shared directory. You can call
the GetObject API operation to check whether the specified file is encrypted. If the
value of the x-oss-server-side-encryption field is KMS and the value of the x-oss-server-side-encryption-key-id
field is the key ID in the response header, the file is encrypted.
Note
- Only the users in the whitelist can use this feature.
- If you create a key in the KMS console, you must select the region in which the OSS
bucket resides.
|
Bucket Name |
Select an existing bucket. |
Subdirectory |
Enter a subdirectory of the bucket.
The Subdirectory field supports only letters and digits.
Note In version 1.0.38 and later, you can map the root directory of a file system to a
subdirectory of a bucket. This way, you can isolate file access requests.
You can specify an existing subdirectory or a subdirectory that does not exist in
the bucket. After you create a share, the specified subdirectory serves as the root
directory, and stores all related files and directories.
|
Use Metadata |
Specifies whether to use metadata disks. If you use metadata disks, data disks are
separated from metadata disks, and metadata disks are used to store the metadata of
shared directories.
- If you select Yes, you must set the Metadata and Data parameters.
- If you select No, you must set the Cache Disk parameter.
Note Only the users in the whitelist can use this feature.
|
Ignore Deletions |
If you select Yes, the data that is deleted from the on-premises cache disk is not
deleted from the OSS bucket. The OSS bucket retains all data.
|
NFS V4 Optimization |
Specifies whether to improve the upload efficiency of NFSv4 files. If you select Yes,
you cannot mount an NFSv3 file system on your on-premises host.
|
Sync Latency |
Specify a synchronization latency to upload modified and closed files. The Sync Latency feature prevents OSS file fragments that are caused by frequent on-premises modifications.
Default value: 5. Maximum value: 120. Unit: seconds.
|
Max Write Speed |
Specify the maximum write speed. Valid values: 0 to 1280. Unit: MB/s. Default value:
0. The value 0 indicates that the write speed is unlimited.
|
Max Upload Speed |
Specify the maximum upload speed. Valid values: 0 to 1280. Unit: MB/s. Default value:
0. The value 0 indicates that the upload speed is not limited.
Note When you customize the maximum write speed and upload speed, make sure that the maximum
upload speed is greater than or equal to the maximum write speed.
|
Fragmentation Optimization |
Specifies whether to optimize the performance for applications that frequently and
randomly read and write small amounts of data. You can enable this feature based on
your business requirements.
|
Upload Optimization |
If you select Yes, cached data is cleared in real time. You can enable this feature
if you synchronize only backups to the cloud.
|