[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-07-20 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-406605714
 
 
   Unless I am mistaken, this feature is not in 4.11
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-07-19 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-406259935
 
 
   @DaanHoogland I applied your suggestion here regarding 
"doesTargetStorageSupportDiskOffering" method in the interface.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-07-18 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-405968549
 
 
   This new method that I implemented is the consolidation of the logic of tag 
matching in ACS, which is not extracted in a specific method and spread around 
the code. That is one of the reasons why I “made the mistake”  in one of the 
features I developed where the tag matching was being too strict (requiring all 
tags to match) and was not making sense to operation guys.
   
   To answer your question, yes this method can be used in other places. I am 
not sure if simply declaring the method in the interface will help much though. 
The person that is willing to consolidate these execution flow could do both, 
declare this method in the interface, and then use it in all of those places 
that you mentioned.
   
   What do you think?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-07-15 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-405124764
 
 
   @DaanHoogland can you please run tests here?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-05-17 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-389877654
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-05-11 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-388334921
 
 
   Ops, now I see what you meant. I selected 4.11.2, instead of 4.12.
   Problem fixed now.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 'migrateVolume' with disk offering replacement

2018-05-11 Thread GitBox
rafaelweingartner commented on issue #2636: Fix limitation on tag matching in 
'migrateVolume' with disk offering replacement
URL: https://github.com/apache/cloudstack/pull/2636#issuecomment-388334756
 
 
   @rhtyd the feature I am enhancing is only in 4.12. That is why this PR is 
targeting 4.12.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services