Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is volume option 'maxdirsize' modification via API supported?
2015-12-21
01:36 AM
4,697 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
enyang has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply. May I know your DOT version? I can do that on DOT 8.1 but failure to do that on DOT8.2. Do you have any advise?
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
enyang has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply. May I know your DOT version? I can do that on DOT 8.1 but failure to do that on DOT8.2. Do you have any advise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got following prompt from storage console while the API issued. It seems that DOT8.2 added an interaction to get confirm the maxdirsize modification. Do you think I can achieve this automatic modification by someway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
