You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/29 16:51:00 UTC

[GitHub] [cloudstack] hstan77 opened a new issue #4357: To be able to Reserve IP and not allocate to VM

hstan77 opened a new issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Enhancement Request
    
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   IP assignment,  Able to reserve IP that not auto assign to VM
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   Cloudstack 4.15
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   Some IP address that assigned to VM, but that IP that having issue of Spamming, Blacklist etc, and after the VM being changed to new IP, the issued-ip will return to the IP Pool and future re-assign to other VM.
   The system not able to reserve the problem ip which temporary do not re-assign to as it the spamming issue took time to resolve, some time it may took few months for resolving.
   
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Allow mark IP as Reserve, and reserved ip shall not be auto-reassign to VM
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   Not able to reserve IP that have issue 
   
   <!-- Paste verbatim command output between quotes below -->
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-1041193385


   Hi @hstan77 @aleskxyz 
   cc @rohityadavcloud @nvazquez 
   
   Just want to confirm, what you requested are
   (1) support reservation of public IPs (of shared and isolated networks), not private IPs of isolated networks/vpcs.
   (2) public IP is reserved for an account, and considered in resource count calculation. 
   (3) APIs to reserve a public IP, and release a Reserved public IP. when account is removed, the public IP will be released automatically.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] ravening commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-717153880


   how about acquiring the ip but not assigning to any vm? since its already in allocated state, it wont be considered for future vm assignment


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-923718256


   @nvazquez @sureshanaparti @davidjumani @shwstppr @Pearl1594 @DaanHoogland @weizhouapache - any update on this, who's assigned/working on this? Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez closed issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
nvazquez closed issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez closed issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
nvazquez closed issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] ravening commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-929952805


   @rhtyd @hstan77 we can mark it as `Reserved` in the db.. we can do it either manually or just provide a new api to do it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-733052339


   @hstan77 when you say not assign to a VM you actually mean not acquiring it in the scope of a network, right? Is the intention to be able to use it later or to keep ACS from being able to assign it ever? so it can only be used outside of ACS untill it is explicitely released.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] ravening commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-929952805


   @rhtyd @hstan77 we can mark it as `Reserved` in the db.. we can do it either manually or just provide a new api to do it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
nvazquez commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-887166062


   Hi @hstan77 is there any update on this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] hstan77 commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
hstan77 commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-929967757


   Hi
   
   Yes, can mark as reserve as status there .
   
   Currently I doing for a work around of this is, create a Dummy VM , and
   assign the IP that need reserve to the Dummy VM secondary IP .
   
   
   
   
   On Wed, Sep 29, 2021 at 4:23 PM Rakesh ***@***.***> wrote:
   
   > @rhtyd <https://github.com/rhtyd> @hstan77 <https://github.com/hstan77>
   > we can mark it as Reserved in the db.. we can do it either manually or
   > just provide a new api to do it
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/cloudstack/issues/4357#issuecomment-929952805>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ARFNGASLMT6OPOSUUMUKKSDUELEI5ANCNFSM4R6BOW5Q>
   > .
   > Triage notifications on the go with GitHub Mobile for iOS
   > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
   > or Android
   > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
   >
   >
   
   
   -- 
   Regards,
   Hean Seng
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] hstan77 commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
hstan77 commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-929967757


   Hi
   
   Yes, can mark as reserve as status there .
   
   Currently I doing for a work around of this is, create a Dummy VM , and
   assign the IP that need reserve to the Dummy VM secondary IP .
   
   
   
   
   On Wed, Sep 29, 2021 at 4:23 PM Rakesh ***@***.***> wrote:
   
   > @rhtyd <https://github.com/rhtyd> @hstan77 <https://github.com/hstan77>
   > we can mark it as Reserved in the db.. we can do it either manually or
   > just provide a new api to do it
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/cloudstack/issues/4357#issuecomment-929952805>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ARFNGASLMT6OPOSUUMUKKSDUELEI5ANCNFSM4R6BOW5Q>
   > .
   > Triage notifications on the go with GitHub Mobile for iOS
   > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
   > or Android
   > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
   >
   >
   
   
   -- 
   Regards,
   Hean Seng
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
nvazquez commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-1046940512


   Looks good to me @weizhouapache 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] ravening commented on issue #4357: To be able to Reserve IP and not allocate to VM

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4357:
URL: https://github.com/apache/cloudstack/issues/4357#issuecomment-1048624128


   > Hi Yes, can mark as reserve as status there . Currently I doing for a work around of this is, create a Dummy VM , and assign the IP that need reserve to the Dummy VM secondary IP .
   > […](#)
   > On Wed, Sep 29, 2021 at 4:23 PM Rakesh ***@***.***> wrote: @rhtyd <https://github.com/rhtyd> @hstan77 <https://github.com/hstan77> we can mark it as Reserved in the db.. we can do it either manually or just provide a new api to do it — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <[#4357 (comment)](https://github.com/apache/cloudstack/issues/4357#issuecomment-929952805)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARFNGASLMT6OPOSUUMUKKSDUELEI5ANCNFSM4R6BOW5Q> . Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
   > -- Regards, Hean Seng
   
   @hstan77 if you create a dummy vm then those resource will be counted towards the domain resource allocation which is wrong.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org