Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
Other volume option modification was successful by zedi but ‘maxdirsize’. Do we support to do that by API? or other automatic measures?
Env:
DOT 8.2.2 7-Mode
SDK 5.4P1
Solved! See The Solution
hi,
You can use, I tested sucessfully.
<?xml version="1.0" encoding="UTF-8"?>
<netapp xmlns="http://www.netapp.com/filer/admin" version="1.19">
<volume-set-option>
<option-name>maxdirsize</option-name>
<option-value>100000</option-value>
<volume>vol_source</volume>
</volume-set-option>
</netapp>
François
tested on NetApp Release 8.1.4P6 7-Mode: Sat Oct 11 19:53:35 PDT 2014.
I don't have systems with more recent version to check.
François