Adding additional storage paths for universal share accelerator
Use the following procedure to add a new partition.
To add additional storage paths for universal share accelerator
- Shut down the universal share accelerator.
vpfs_accelerator.sh --stop-all
- Edit the edit_fstab to add new partition.
/usr/openv/pdde/vpfs/bin/edit_fstab [partition_1] [partition_2] ... [partition_N] Where partition_1 - partition_N are the partition paths to be added to the fstab.cfg file. Partitions that already exist in fstab.cfg are ignored.
Example: Add new partition /msdp1/.
edit_fstab /msdp1/
- Start up the universal share accelerator.
vpfs_accelerator.sh --start-all