Mounting File Systems Across Private Cloud Appliance Appliances
You can create a file system on one Private Cloud Appliance appliance, and mount the file system from an instance that's on another appliance. To achieve this scenario, you must configure certain network parameters on each appliance.
Restriction
The Private Cloud Appliance appliance hosting the file system and the instance on the remote appliance that mounts the file system can't have overlapping VCN CIDR blocks.
On the Appliance Hosting the File System
-
Configure these network parameters:
-
Create a Dynamic Routing Gateway (DRG).
-
For the VCN subnet that will be used by the mount target, attach the VCN to the DRG.
-
For the VCN subnet, add a route rule with the DRG as the target, and assign a destination CIDR that matches the remote appliance VCN CIDR.
For example, if the remote instance that will mount the file system has a VCN with a 10.11.0.0/16 CIDR, the set the route rule destination CIDR to 10.11.0.0/16.
Important
Don’t specify 0.0.0.0/0 as the destination. Doing so causes serious internal network issues.
Note
This route rule configuration is only required for mounting file systems across Private Cloud Appliance racks. This configuration isn't required for file system mounts within the same rack.
-
- Create a mount target. See Creating a Mount Target.
- Create a file system. See Creating a File System.
-
Create an export that exports to both the source and remote VCN CIDR.
The export CIDR must be big enough to cover both VCN subnet CIDRs. For example, if the host VCN CIDR is 10.10.0.0/16, and the remote instance VCN is 10.11.0.0/16, you can configure the export to use 10.10.0.0/15. This requirement only applies to the Private Cloud Appliance hosting the file system.
On the Remote Appliance
-
Configure these network parameters:
-
Create a Dynamic Routing Gateway (DRG).
-
For the VCN subnet, attach the VCN to the DRG.
-
For the VCN subnet, add a route rule with the DRG as the target, and assign a destination CIDR that matches the host VCN CIDR.
For example, if the host mount target has a VCN 10.0.0.0/16 CIDR, set the route rule destination CIDR to 10.0.0.0/16.
Important
Don’t specify 0.0.0.0/0 as the destination. Doing so causes serious internal network issues.
Note
This route rule configuration is only required for mounting file systems across Private Cloud Appliance racks. not required for file system mounts within the same Private Cloud Appliance rack.
-
-
Log in to the instance and mount the file system.
See: