|
user = self.call.getUser() path = netapp.mount + junction_path #Add in autogen of .p4config for new P4 Volume - #self.p4config(path, vname) + self.p4config(path, vname)
Paul Allen (on flex.py, line 856) commented
7 years ago
When creating a clone the P4CONFIG helps the user have the correct settings. I'm not sure if you want this for creating a volume unless it will only be used by the same user. However, if clone can overwrite the P4CONFIG then there is no issue (I seem to remember that the old NMSDK permissions caused an issue when overwriting the P4CONFIG). |
Reply ·0 | |
|
|
|
user = self.call.getUser() path = netapp.mount + junction_path #Add in autogen of .p4config for new P4 Volume - #self.p4config(path, vname) + self.p4config(path, vname)
punithc (on flex.py, line 856) commented
7 years ago
This is not a new design change. It was there before and was commented while testing and later un-commented with new a changelist |
Reply ·0 | |
|