Raid 1, Raid 5, Raid 10, etc. create Volume Group

888u

Last update at :2024-07-02,Edit by888u

When SolusVM adds a Node, KVM/Xen needs to add a volume group name. The following is a tutorial on creating a volume group. The following takes OVH as an example, a raid1 composed of 2 hard disks. If it is a single hard disk, it is simpler, just replace /dev/md3 with a hard disk partition.

1. Check the disk status

df-h

Usually there will be /dev/md3 etc.

2. Unmount

umount /dev/md3

3. Create PV

pvcreate /dev/md3

4. Create Volume Group

vgcreate -s 32M vol_grp1 /dev/md3

Change vol_grp1 to a name you can easily remember

As shown in the figure after success:

5. View the created groups

vgdisplay

6. Check RAID status

cat /proc/mdstat

via: https://forum.solusvm.com/ topic/4516-lvm-partition-for-solus-vm/?hl=partition

Recommended site search: registered domain name, space server, PHP space recommendation, free server, how much does it cost to rent a server for one year, US unlimited content hosting, dynamic dial-up vps hosting, virtual hosting space virtual space hosting, application for free space and domain name ,

Raid 1, Raid 5, Raid 10, etc. create Volume Group

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码