MSA Storage
1752759 Members
4959 Online
108789 Solutions
New Discussion

Re: Can't move master volume to standard volume in MSA -2040

 
SOLVED
Go to solution
ranin_das
Advisor

Can't move master volume to standard volume in MSA -2040

Hi All,

 

I have created snapshot from a linear volume as per customer demand..  It's automatically created snap-pool which consumed space from disk-pool.

Finally I have deleted   snapshot.  But when I try to delete snap-pool , it shown error.

So it needs to convert original volume from master to standard for removing snap-pool.

 

 

I have search MSA-2040 document but don't specific solution.

 

So needs suggestion from expert end. 

 

2 REPLIES 2
Solution

Re: Can't move master volume to standard volume in MSA -2040

Try below commands,

# show master-volumes

# show snapshots master-volume <master_volume_name>

# delete snapshot force <snapshot_name>

# convert master-to-std <Volume_name>

# delete snap-pool <Snap_pool_name>

 

Hope this helps!
Regards
Subhajit

I am an HPE employee

If you feel this was helpful please click the KUDOS! thumb below!

*************************************************************************


I work for HPE
Accept or Kudo
ranin_das
Advisor

Re: Can't move master volume to standard volume in MSA -2040

Hi Subhajit,

Thanks for your valuable info.

My issue is solved now.