Re: Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-13 Thread ASF Subversion and Git Services

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/#review45584
---


Commit cef29948a708fbbae1261dbd8b6a13e4da19c703 in cloudstack's branch 
refs/heads/4.4-forward from Anshul Gangwar
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=cef2994 ]

CLOUDSTACK-6872: [hyperv] removed the redundant connectToRemote, 
DisconnectRemote methods which in turn fixes this bug. connectToRemote was used 
to connect to share, but once the share is domain joined we don't need this 
method as we already have required permissions


- ASF Subversion and Git Services


On June 11, 2014, 7:31 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/22452/
 ---
 
 (Updated June 11, 2014, 7:31 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Rajesh Battala.
 
 
 Bugs: CLOUDSTACK-6872
 https://issues.apache.org/jira/browse/CLOUDSTACK-6872
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
 this method as share is domain joined so it has all the required permissions. 
 Removal of this method fixes this bug also.
 
 
 Diffs
 -
 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
  0ad95b8 
   plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
 c8e951e 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
 372f848 
 
 Diff: https://reviews.apache.org/r/22452/diff/
 
 
 Testing
 ---
 
 tested that volume operations are working fine after removal of this method
 
 
 Thanks,
 
 Anshul Gangwar
 




Re: Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-13 Thread ASF Subversion and Git Services

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/#review45592
---


Commit b43036d10e718eea869574780e8ad70b18862b16 in cloudstack's branch 
refs/heads/master from Anshul Gangwar
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b43036d ]

CLOUDSTACK-6872: [hyperv] removed the redundant connectToRemote, 
DisconnectRemote methods which in turn fixes this bug. connectToRemote was used 
to connect to share, but once the share is domain joined we don't need this 
method as we already have required permissions


- ASF Subversion and Git Services


On June 11, 2014, 7:31 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/22452/
 ---
 
 (Updated June 11, 2014, 7:31 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Rajesh Battala.
 
 
 Bugs: CLOUDSTACK-6872
 https://issues.apache.org/jira/browse/CLOUDSTACK-6872
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
 this method as share is domain joined so it has all the required permissions. 
 Removal of this method fixes this bug also.
 
 
 Diffs
 -
 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
  0ad95b8 
   plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
 c8e951e 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
 372f848 
 
 Diff: https://reviews.apache.org/r/22452/diff/
 
 
 Testing
 ---
 
 tested that volume operations are working fine after removal of this method
 
 
 Thanks,
 
 Anshul Gangwar
 




Re: Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-13 Thread Devdeep Singh

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/#review45597
---

Ship it!


Ship It!

- Devdeep Singh


On June 11, 2014, 7:31 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/22452/
 ---
 
 (Updated June 11, 2014, 7:31 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Rajesh Battala.
 
 
 Bugs: CLOUDSTACK-6872
 https://issues.apache.org/jira/browse/CLOUDSTACK-6872
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
 this method as share is domain joined so it has all the required permissions. 
 Removal of this method fixes this bug also.
 
 
 Diffs
 -
 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
  0ad95b8 
   plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
 c8e951e 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
 372f848 
 
 Diff: https://reviews.apache.org/r/22452/diff/
 
 
 Testing
 ---
 
 tested that volume operations are working fine after removal of this method
 
 
 Thanks,
 
 Anshul Gangwar
 




Re: Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-13 Thread ASF Subversion and Git Services

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/#review45605
---


Commit ef0cec938165fdf3531f92dc8f4c2930ff95fa5e in cloudstack's branch 
refs/heads/4.4 from Anshul Gangwar
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=ef0cec9 ]

CLOUDSTACK-6872: [hyperv] removed the redundant connectToRemote, 
DisconnectRemote methods which in turn fixes this bug. connectToRemote was used 
to connect to share, but once the share is domain joined we don't need this 
method as we already have required permissions

(cherry picked from commit cef29948a708fbbae1261dbd8b6a13e4da19c703)


- ASF Subversion and Git Services


On June 11, 2014, 7:31 a.m., Anshul Gangwar wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/22452/
 ---
 
 (Updated June 11, 2014, 7:31 a.m.)
 
 
 Review request for cloudstack, Devdeep Singh and Rajesh Battala.
 
 
 Bugs: CLOUDSTACK-6872
 https://issues.apache.org/jira/browse/CLOUDSTACK-6872
 
 
 Repository: cloudstack-git
 
 
 Description
 ---
 
 Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
 this method as share is domain joined so it has all the required permissions. 
 Removal of this method fixes this bug also.
 
 
 Diffs
 -
 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
  0ad95b8 
   plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
 c8e951e 
   
 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
 372f848 
 
 Diff: https://reviews.apache.org/r/22452/diff/
 
 
 Testing
 ---
 
 tested that volume operations are working fine after removal of this method
 
 
 Thanks,
 
 Anshul Gangwar
 




Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-11 Thread Anshul Gangwar

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/
---

Review request for cloudstack, Devdeep Singh and Rajesh Battala.


Bugs: CLOUDSTACK-6872
https://issues.apache.org/jira/browse/CLOUDSTACK-6872


Repository: cloudstack-git


Description
---

Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
this method as share is domain joined so it has all the required permissions. 
Removal of this method fixes this bug also.


Diffs
-

  
plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 0ad95b8 
  plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
c8e951e 
  plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
372f848 

Diff: https://reviews.apache.org/r/22452/diff/


Testing
---

tested that volume operations are working fine after removal of this method


Thanks,

Anshul Gangwar



Re: Review Request 22452: CLOUDSTACK-6872 : removed the redundant connectToRemote method

2014-06-11 Thread Anshul Gangwar

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22452/
---

(Updated June 11, 2014, 7:31 a.m.)


Review request for cloudstack, Devdeep Singh and Rajesh Battala.


Changes
---

Removed other redundant method DisconnectRemote


Bugs: CLOUDSTACK-6872
https://issues.apache.org/jira/browse/CLOUDSTACK-6872


Repository: cloudstack-git


Description
---

Removed the redundant connectTORemote method in Hyper-v Agent. We dont't need 
this method as share is domain joined so it has all the required permissions. 
Removal of this method fixes this bug also.


Diffs (updated)
-

  
plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 0ad95b8 
  plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/Utils.cs 
c8e951e 
  plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
372f848 

Diff: https://reviews.apache.org/r/22452/diff/


Testing
---

tested that volume operations are working fine after removal of this method


Thanks,

Anshul Gangwar