Skip to main content

Questions tagged [thinpool]

0 votes
1 answer
109 views

How can I determine used space of a block device that has no filesystem on it? If it helps, such device is managed via lvm. I understand that the concept of "used space" on a device without ...
blonded04's user avatar
  • 101
1 vote
1 answer
218 views

Given 2 SSDs and 4 HDDs with their corresponding PVs (/dev/ssd1, /dev/ssd2, /dev/hdd1 to /dev/hdd4). I know, identifiers are not correct, they are just for easier keeping track of what device I'm ...
Tux-Of-War's user avatar
1 vote
0 answers
1k views

Recently I had spun up a new vm that I was using as "tempstorage". Basically I set the size to 16tb which was the overall servers max space. I had 3 other vms up and running before this. ...
bogusT's user avatar
  • 11
3 votes
1 answer
1k views

I'm trying to create an snapshot from a thin provisioned lvm using the below command, but i get errors, is there anyone that can help me? root@ghv214:/dev/ghv214-vg# lvs LV VG Attr ...
amin hashemi's user avatar
1 vote
0 answers
1k views

I am suffering in a problem due to a system crash, I am using LVM-THIN created in proxmox GUI, all lvs is inactive and the lvm seems broken and I saw it needs to fix manually in system log. After ...
StormYudi's user avatar
6 votes
1 answer
5k views

We are moving an installation from mdadm raid with LVM on top to pure LVM, so we will add the original raid partitions as indendent partitions to the LVM group, something like: # lvcreate -L 240G -n ...
luison's user avatar
  • 271
1 vote
0 answers
622 views

I'm trying to create a thin pool for docker as i'm changing the root location of docker and i had to delete previous thin pool. Info about situation: vgs VG #PV #LV #SN Attr VSize VFree cah ...
konpro11's user avatar
0 votes
0 answers
311 views

I would like to shrink the space required by a thin volume used as a disk for a virtual machine (Windows). Unfortunately, the underlying disk is a USB-attached SSD and therefore mounting the NTFS ...
LeoTietz's user avatar
3 votes
1 answer
3k views

I'm testing out glusterfs, and was following this guide on creating setting up volumes. I ran into an error when trying to create a thinly provisioned volume. This is the section Create a thinly ...
Print-ABC's user avatar
2 votes
1 answer
9k views

I would like some advise with recovering from broken LVM thin pool / volumes. The step that cause my broken LVM thin is as follows: My thin pool metadata was full (99.4%), so the pool freeze. I tried ...
Pongtawat's user avatar
3 votes
2 answers
4k views

I created a thinpool LV using the following command: lvcreate --type thin-pool -l 100%VG -n lv-thinpool vg-test Now /dev/mapper has the following entries: vg--test-lv--thinpool vg--test-lv--...
Tom Hale's user avatar
  • 33.5k
5 votes
1 answer
1k views

I have LVM with thin-provisioning enabled. I have two almost identical thin logical volumes with ext4 file systems that slightly differs. The first volume is used entirely for storing file system. On ...
ayvango's user avatar
  • 397
0 votes
1 answer
1k views

Assuming you have a disk backup in raw format sda.img and /dev/sda is initially filled with zeroes, how to skip zeroes while restoring the backup? An analog of dd should detect zero block in input ...
basin's user avatar
  • 2,131
1 vote
0 answers
3k views

I created an LVM thin pool to be used by Docker for storage. At the docker start time, I tell it to use the thin pool. Everything worked as expected by running docker info , I noted that it is using ...
Ijaz Ahmad's user avatar
  • 7,410