Re: Reserved User size more than 100%
Posted: Sat Jun 07, 2014 3:33 am
I don't expect it to give back all the space. But when you have a 2Tb VV that only has 800gig. I'd like some of my 1TB free back!
As you can see reclaim has worked. It knows the space is free. But it never drops the reserved space. So I have 1.1Tb tied in this VV that I can't use anywhere else...
The "solution" that engineering gave me was to do a physical copy of the VV and drop the old pun, represent the new one (aka downtime of the VV). Doing a physical copy of the VV only copies the used space so you end up with a properly thin copy.
Code: Select all
3PAR cli% showvv -s *vdi*
---Adm--- ---------Snp---------- ------------Usr------------
--(MB)--- --(MB)--- -(% VSize)-- -----(MB)----- -(% VSize)-- ------(MB)------
Id Name Prov Type Rsvd Used Rsvd Used Used Wrn Lim Rsvd Used Used Wrn Lim Tot_Rsvd VSize
206 prd.esx.vdi.01 tpvv base 1536 1259 1024 0 0.0 0 0 1946240 871272 41.5 0 0 1948800 2097152
----------------------------------------------------------------------------------------------------------
1 total 1536 1259 1024 0 1946240 871272 1948800 2097152
As you can see reclaim has worked. It knows the space is free. But it never drops the reserved space. So I have 1.1Tb tied in this VV that I can't use anywhere else...
The "solution" that engineering gave me was to do a physical copy of the VV and drop the old pun, represent the new one (aka downtime of the VV). Doing a physical copy of the VV only copies the used space so you end up with a properly thin copy.