[
https://issues.apache.org/jira/browse/VCL-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943934#comment-15943934
]
ASF subversion and git services commented on VCL-915:
-----------------------------------------------------
Commit 1788997 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1788997 ]
VCL-1029 - add a section for managing affiliations to Site Configuration
VCL-915 - Add ability to automatically mount NFS share when user logs in
siteconfig.php:
-modified generalOptions: restricted seeing block to manage Affiliations to
users with 'Site Configuration (global)' access
-modified GlobalMultiVariable: added $allowduplicates variable
-modified GlobalMultiVariable::__construct: set $this->allowduplicates to 0 as
default
-added GlobalMultiVariable::setValues
-modified GlobalMultiVariable::AJaddConfigMultiVal: added check for having
proper permissions; added call to $this->setValues and regenerated add, delete,
and save continuations which are then sent back in returned data
-modified GlobalMultiVariable::AJdeleteMultiSetting: added check for having
proper permissions; added call to $this->setValues and regenerated save
continuation which is then sent back in returned data
-modified GlobalMultiVariable::AJupdateAllSettings: wrapped check for duplicate
values with check for $this->allowduplicates being false; added call to
$this->setValues and regenerated save continuation which is then sent back in
returned data
-modified NFSmounts::__construct: set $this->allowduplicates to 1
-added NFSmounts::setValues
-added Affiliations::setValues
-modified Affiliations::AJaddConfigMultiVal: added check for having proper
permissions
siteconfig.js:
-modified GlobalMultiVariable.prototype.addNewMultiValCBextra: update add,
delete, and save continuations with returned data; added check for keys[0]
being an empty string and if so, set it to the id of the item being added
-modified GlobalMultiVariable.prototype.deleteMultiValCBextra and
GlobalMultiVariable.prototype.saveCBextra: update save continuation with
returned data
> Add ability to automatically mount NFS share when user logs in
> --------------------------------------------------------------
>
> Key: VCL-915
> URL: https://issues.apache.org/jira/browse/VCL-915
> Project: VCL
> Issue Type: New Feature
> Components: vcld (backend), web gui (frontend)
> Reporter: Andy Kurth
> Fix For: 2.5
>
>
> It would be beneficial if NFS shares could be mounted automatically when a
> user logs in to the reservation computer. Ideally, this would be
> configurable on a per management node, per user, per user group basis.
> For VCL 2.5, this feature will only be implemented on a per-management node
> basis and should work with both Linux and Windows images.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)