ONTAP Discussions

Ramifications of Enabling Space Reservation on Existing LUN

phs
1,874 Views

Hello,

 

Hopefully my subject line covers the issue. I am new to NetApp and before I make this change, I am trying to understand the "what ifs". Currently the LUN is set to Disable space reservation, and there is live SharePoint SQL data on it. If I uncheck the Disable Space Reservation will it disrupt anything or cause any issues?

 

Thanks in advance for the information.

1 REPLY 1

SpindleNinja
1,864 Views

the CLI way is to offline the lun.   though not sure via the GUI, but i'd guess it will blip it.

  1. Take the LUN offline:
    lun modify -vserver vserver_name -volume volume_name -lun lun_name -state offline
  2. Set the -space-allocation parameter to enabled:
    lun modify -vserver vserver_name -volume volume_name -lun lun_name - space-allocation enabled
  3. Verify that space allocation is enabled:
    lun show -vserver vserver_name -volume volume_name -lun lun_name –fields space-allocation
  4. Bring the LUN online:
    lun modify -vserver vserver_name -volume volume_name -lun lun_name -state online
Public