• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

2x3TB HDD partitions setup (software raid 1)

AdrianC

Basic Pleskian
Anyone can guide me on setting up 2x3TB hdds as software raid 1 for Plesk?
If I use my host's default instalation it will have a 2TB partition limit, I want to use the full space and have them in raid 1.

I created partitions manually in Centos 6.x setup interface and I ended up with this, I am not sure it is correct, is it normal to say vg_h1_root instead of /root ?!

Code:
 df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_h1-root
                      9.5G  3.2G  5.9G  35% /
tmpfs                 7.7G   12K  7.7G   1% /dev/shm
/dev/md0              485M   42M  419M   9% /boot
/dev/mapper/vg_h1-tmp
                      4.7G  9.9M  4.5G   1% /tmp
/dev/mapper/vg_h1-var
                      2.7T  458M  2.6T   1% /var

And this is what I see in web interface:

 
Back
Top