Operating System - HP-UX
1833891 Members
1926 Online
110063 Solutions
New Discussion

break mirror with ghost disks on app vg

 

break mirror with ghost disks on app vg

Hi Admins,

 

I'm wondering if its possible to reduce a mirrored lv with several ghosts disk :

 

for ex:

 

   00308      41            00308 current       54            00308 stale    
   00309      41            00309 current       54            00309 stale    
   00310      41            00310 current       54            00310 stale    
   00311      41            00311 current       54            00311 stale    
   00312      41            00312 current       54            00312 stale    
   00313      41            00313 current       54            00313 stale    
   00314      41            00314 current       54            00314 stale    
   00315      41            00315 current       54            00315 stale    
   00316      41            00316 current       54            00316 stale    
   00317      41            00317 current       54            00317 stale    
   00318      41            00318 current       54            00318 stale    
   00319      41            00319 current       50            00000 stale    
   00320      41            00320 current       50            00001 stale    
   00321      41            00321 current       50            00002 stale    
   00322      41            00322 current       50            00003 stale    
   00323      41            00323 current       50            00004 stale    
   00324      41            00324 current       50            00005 stale    
   00325      41            00325 current       50            00006 stale    

should this be reduced with

 

lvreduce -m 0 -A n -k "lvname" 54 50

 

 

??

 

thanks in advance!