-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create and update space quotas #2300
Merged
pivotalgeorge
merged 3 commits into
cloudfoundry:feature/logging-rate-limits
from
ctlong:create-and-update-space-quotas
Aug 1, 2022
Merged
Create and update space quotas #2300
pivotalgeorge
merged 3 commits into
cloudfoundry:feature/logging-rate-limits
from
ctlong:create-and-update-space-quotas
Aug 1, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f07f630
to
5546583
Compare
c59f48d
to
6529f87
Compare
6529f87
to
25c6467
Compare
Signed-off-by: Matthew Kocher <mkocher@vmware.com>
Signed-off-by: Carson Long <lcarson@vmware.com>
Make it clear that the log volume measured is in bytes rather than log lines.
25c6467
to
449345c
Compare
jdgonzaleza
approved these changes
Jul 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This also looks good to me |
rroberts2222
added a commit
to loggregator/cli
that referenced
this pull request
Aug 19, 2022
* create-space-quota accepts log volume flag Signed-off-by: Matthew Kocher <mkocher@vmware.com> * update-space-quota accepts log volume flag Signed-off-by: Carson Long <lcarson@vmware.com> * Update create-space-quota flag description Make it clear that the log volume measured is in bytes rather than log lines. Co-authored-by: Rebecca Roberts <robertsre@vmware.com>
rroberts2222
added a commit
to loggregator/cli
that referenced
this pull request
Aug 19, 2022
* create-space-quota accepts log volume flag Signed-off-by: Matthew Kocher <mkocher@vmware.com> * update-space-quota accepts log volume flag Signed-off-by: Carson Long <lcarson@vmware.com> * Update create-space-quota flag description Make it clear that the log volume measured is in bytes rather than log lines. Co-authored-by: Rebecca Roberts <robertsre@vmware.com>
rroberts2222
added a commit
to loggregator/cli
that referenced
this pull request
Aug 19, 2022
* create-space-quota accepts log volume flag Signed-off-by: Matthew Kocher <mkocher@vmware.com> * update-space-quota accepts log volume flag Signed-off-by: Carson Long <lcarson@vmware.com> * Update create-space-quota flag description Make it clear that the log volume measured is in bytes rather than log lines. Co-authored-by: Rebecca Roberts <robertsre@vmware.com>
jdgonzaleza
pushed a commit
that referenced
this pull request
Sep 7, 2022
* create-space-quota accepts log volume flag Signed-off-by: Matthew Kocher <mkocher@vmware.com> * update-space-quota accepts log volume flag Signed-off-by: Carson Long <lcarson@vmware.com> * Update create-space-quota flag description Make it clear that the log volume measured is in bytes rather than log lines. Co-authored-by: Rebecca Roberts <robertsre@vmware.com>
jdgonzaleza
added a commit
that referenced
this pull request
Sep 8, 2022
* Feat: create and update org quotas with log volume (#2298) * Show org and space quotas (#2299) * org-quota and space-quota now show log volume * code currently assumes responses with log limits. Consider backward compatibility before shipping. * add log volume to space-quotas and org-quotas commands * will show "unlimited" for old CC API's which is technically correct * Fix unit tests in ccv3 * Create and update space quotas (#2300) * create-space-quota accepts log volume flag * update-space-quota accepts log volume flag * Update create-space-quota flag description * Make it clear that the log volume measured is in bytes rather than log lines. * Push and scale app and run-task * Bump rack from 2.2.3 to 2.2.3.1 in /fixtures/applications/example-app * `cf push` command accepts log rate limit flag * since `cf push` uses manifests this commit also adds support for log rate limit in manifests * `cf scale` command accepts log rate limit flag * app summary displayer can now handle rendering log rate and log rate limit metrics for running instances * app summaries will show `0 of 0` if the cloud controller does not support log rate limit container metrics * `cf run-task` command accepts log rate limit flag * update help text to suggest using ='s with -1 to avoid flag parsing problem * Flag parser accepts 0B, -1B, 0T, etc for flags * this affects non-manifest based commands * Extract constants for instance stats columns * Extract constant for column count Co-authored-by: Carson Long <lcarson@vmware.com> Co-authored-by: Matthew Kocher <mkocher@vmware.com> Co-authored-by: Rebecca Roberts <robertsre@vmware.com> Co-authored-by: Benjamin Fuller <Benjamintf1@gmail.com>
jdgonzaleza
added a commit
that referenced
this pull request
Sep 8, 2022
* Feat: create and update org quotas with log volume (#2298) * Show org and space quotas (#2299) * org-quota and space-quota now show log volume * code currently assumes responses with log limits. Consider backward compatibility before shipping. * add log volume to space-quotas and org-quotas commands * will show "unlimited" for old CC API's which is technically correct * Fix unit tests in ccv3 * Create and update space quotas (#2300) * create-space-quota accepts log volume flag * update-space-quota accepts log volume flag * Update create-space-quota flag description * Make it clear that the log volume measured is in bytes rather than log lines. * Push and scale app and run-task * Bump rack from 2.2.3 to 2.2.3.1 in /fixtures/applications/example-app * `cf push` command accepts log rate limit flag * since `cf push` uses manifests this commit also adds support for log rate limit in manifests * `cf scale` command accepts log rate limit flag * app summary displayer can now handle rendering log rate and log rate limit metrics for running instances * app summaries will show `0 of 0` if the cloud controller does not support log rate limit container metrics * `cf run-task` command accepts log rate limit flag * update help text to suggest using ='s with -1 to avoid flag parsing problem * Flag parser accepts 0B, -1B, 0T, etc for flags * this affects non-manifest based commands * Extract constants for instance stats columns * Extract constant for column count Co-authored-by: Carson Long <lcarson@vmware.com> Co-authored-by: Matthew Kocher <mkocher@vmware.com> Co-authored-by: Rebecca Roberts <robertsre@vmware.com> Co-authored-by: Benjamin Fuller <Benjamintf1@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is blocked on #2299, don't merge before then.
create-space-quota
accepts -l flag.update-space-quota
accepts -l flag./cc @mkocher