Adding a new harddisk/ volume to a thinpool ...

olliausstuhr

New Member
Sep 12, 2018
2
0
1
61
Hello,
sorry for my bad english.

I added the harddrive /dev/sdd to my PVE (5.2-8). Than i added the created Volume (/dev/sdd2) to the volumegroupe "pve":

upload_2018-9-12_11-31-1.png


Im using thin provisioning lvm with a thinpool "data". The thinpool has a Size of 2.1 TiB (946.86 GiB free):

upload_2018-9-12_11-28-3.png

What do i have to do to increase the free space of the thinpool "data"? I want to add the new space from "/dev/sdd2" for the thinpool "data".

thank your for your help.

oliver
 

Attachments

  • upload_2018-9-12_11-26-32.png
    upload_2018-9-12_11-26-32.png
    28.6 KB · Views: 2
  • upload_2018-9-12_11-30-19.png
    upload_2018-9-12_11-30-19.png
    35.2 KB · Views: 2
hi and thank you for your fast reply.

I used it in this way:

lvresize -L +3T pve/data

It worked . After that i resized the poolmetadatasize:

lvresize --poolmetadatasize +1G pve/data

without errors.

So everything works fine. Thank you for your help.
 
Last edited: