[JIRA] [external-workspace-manager-plugin] (JENKINS-35440) Implement a second fallback when searching for disk definitions

2016-06-07 Thread somai.alexan...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexandru Somai commented on  JENKINS-35440 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement a second fallback when searching for disk definitions  
 
 
 
 
 
 
 
 
 
 
Thank you Martin for adding this comment.  The issue description that I've provided was a bit ambiguous, but your comment makes it more clear. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [external-workspace-manager-plugin] (JENKINS-35440) Implement a second fallback when searching for disk definitions

2016-06-07 Thread martin.danjo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin d'Anjou commented on  JENKINS-35440 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement a second fallback when searching for disk definitions  
 
 
 
 
 
 
 
 
 
 
Thank you for capturing this in Jira Alex. You are very thorough! 
In the current design, the user has to provide a global configuration, plus either 1) node configuration, or 2) template configuration. The idea when I suggested the second fallback was that in homogeneous networks, where all nodes have the same mounts as the master node - or in even smaller cases with only a master node, only a global configuration would be needed. This in fact reduces the amount of user configuration, at the cost of some internal complexity, and some additional documentation. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [external-workspace-manager-plugin] (JENKINS-35440) Implement a second fallback when searching for disk definitions

2016-06-07 Thread somai.alexan...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexandru Somai created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35440 
 
 
 
  Implement a second fallback when searching for disk definitions  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Alexandru Somai 
 
 
 

Components:
 

 external-workspace-manager-plugin 
 
 
 

Created:
 

 2016/Jun/07 7:32 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Alexandru Somai 
 
 
 
 
 
 
 
 
 
 
Consider the following use case for the external workspace manager plugin: all the nodes have the same mounts as the master node (e.g. in a homogeneous network). Currently, the 'exws' step looks for the disk definitions in the External Workspace Template (from global config) and the fallbacks to the Node configuration. For this use case, it may be useful to have a second fallback condition: External Workspace Definitions (global config). So the search order would be: template, node, global. 
See the discussions on https://github.com/jenkinsci/external-workspace-manager-plugin/pull/6 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment