irrelevant
Need to add additional Storage on CAS (CVK)
I have a single host and have installed CAS CVM on it(E0730P06). OS has been installed on one logical partition while the server has other logical volumes available. We need to utilize these local volumes on this host. I have explored it but did not have any good luck on this. Can you please help us on this regard. I am onsite and remote session can be provided. Reference screenshot is attached here for your reference.
The local storage pool needs to manually execute the mount command in the background, and write the mount information in the fstab file to ensure that the node can be mounted normally after restarting.
Please follow this guide:
2. Execute mkfs.ext4 /dev/sdx Format the sdx disk to ext4 format
3. Execute mkdir /vms/sdx
4. Execute mount /dev/sdx /vms/sdx After the hard disk is mounted to the directory (only the hard disk can be identified in this directory), the disk can be used normally. Writing data to the/vms/sdx directory is actually saved on disk sdx.
5.
6.
7. Execute mount –a
Then you can add a new pool on cas.