You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Josh Thompson (JIRA)" <ji...@apache.org> on 2019/01/30 21:16:00 UTC

[jira] [Comment Edited] (VCL-1096) Add ability to automatically mount NFS shares under Windows

    [ https://issues.apache.org/jira/browse/VCL-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756559#comment-16756559 ] 

Josh Thompson edited comment on VCL-1096 at 1/30/19 9:15 PM:
-------------------------------------------------------------

Commit 3dffb95ed3d45b096585d9b147f2878b7d13b47f in vcl's branch refs/heads/develop from Josh Thompson
 [ [https://gitbox.apache.org/repos/asf?p=vcl.git;h=3dffb95] ]

VCL-1096 - Add ability to automatically mount NFS shares under Windows

Windows.pm:
-modified pre_capture: added call to $self->unmount_nfs_shares at end of function to removing mounting of any NFS shares at next user login
-modified sanitize: added call to $self->unmount_nfs_shares at end of function to remove code that would run at user login to do NFS mounts
-added reserve function that calls parent reserve function and then calls $self--->mount_nfs_shares
 -added nfs_mount_share
 -added nfs_unmount_share
 -added set_windows_nfs_client_uid


was (Author: jira-bot):
Commit 3dffb95ed3d45b096585d9b147f2878b7d13b47f in vcl's branch refs/heads/develop from Josh Thompson
[ https://gitbox.apache.org/repos/asf?p=vcl.git;h=3dffb95 ]

VCL-1096 - Add ability to automatically mount NFS shares under Windows

Windows.pm:
-modified pre_capture: added call to $self->unmount_nfs_shares at end of function to removing mounting of any NFS shares at next user login
-modified sanitize: added call to $self->unmount_nfs_shares at end of function to remove code that would run at user login to do NFS mounts
-added reserve function that calls parent reserve function and then calls $self->mount_nfs_shares
-added nfs_mount_share
-added nfs_unmount_share
-added set_windows_nfs_client_uid


> Add ability to automatically mount NFS shares under Windows
> -----------------------------------------------------------
>
>                 Key: VCL-1096
>                 URL: https://issues.apache.org/jira/browse/VCL-1096
>             Project: VCL
>          Issue Type: Improvement
>          Components: vcld (backend)
>            Reporter: Josh Thompson
>            Priority: Major
>             Fix For: 2.5.1
>
>
> In 2.5, very basic support was added to automatically mount NFS shares under Linux (VCL-915). It would be nice to have the same mounts done under Windows as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)