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-hUsually there will be /dev/md3 etc.
2. Unmount
umount /dev/md33. Create PV
pvcreate /dev/md34. Create Volume Group
vgcreate -s 32M vol_grp1 /dev/md3Change vol_grp1 to a name you can easily remember
As shown in the figure after success:
5. View the created groups
vgdisplay6. Check RAID status
cat /proc/mdstatvia: 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 ,
发表评论