Use correct defaults for CIFS share in APIv1
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:
Bug Clerk October 4, 2019 at 1:28 PM
Bug Clerk September 16, 2019 at 12:03 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Waqar Ahmed
Waqar AhmedReporter
Drew W
Drew WComponents
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created August 30, 2019 at 3:42 PM
Updated July 1, 2022 at 4:34 PM
Resolved November 7, 2019 at 3:14 PM
Hi,
I am attempting to use the API to create a SMB/CIFS share via the documentation shown at:
https://api.freenas.org/resources/sharing.html#cifs
I am submitting the values as:
"cifs_name" => testuser,
"cifs_path" => "/mnt/Pool/testuser");
The response I get back from FreeNAS is:
["cifs_vfsobjects"]=> array(1) { [0]=> string(90) "Select a valid choice. zfs_space,zfsacl,streams_xattr is not one of the available choices." )
If I create the share with the same values for the name and the path via the WebUI it accepts it. cifs_vfsobjects is not documented in the aforementioned documentation link I cited.
Please advise!