-
Notifications
You must be signed in to change notification settings - Fork 929
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
Set OSD pool size when creating ceph
and cephfs
storage pools
#14044
base: main
Are you sure you want to change the base?
Commits on Oct 23, 2024
-
lxd/storage/drivers: Set default OSD pool size
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99f1e58 - Browse repository at this point
Copy the full SHA 99f1e58View commit details -
lxd/storage/drivers: Set OSD pool size when creating
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 159de70 - Browse repository at this point
Copy the full SHA 159de70View commit details -
lxd/storage/drivers: Set OSD pool size when updating
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86b599c - Browse repository at this point
Copy the full SHA 86b599cView commit details -
lxd/storage/drivers: Add config validators
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28eeec4 - Browse repository at this point
Copy the full SHA 28eeec4View commit details -
shared/version: Add osd pool size API extension
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2288205 - Browse repository at this point
Copy the full SHA 2288205View commit details -
lxd/metadata: Update config metadata
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d805371 - Browse repository at this point
Copy the full SHA d805371View commit details -
.github/workflows: Allow size 1 pools in tests
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae68415 - Browse repository at this point
Copy the full SHA ae68415View commit details -
.github/actions/setup-microceph: Setup microceph with 3 OSDs
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce95425 - Browse repository at this point
Copy the full SHA ce95425View commit details -
test/suites: Test OSD pool size flag
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec0d03b - Browse repository at this point
Copy the full SHA ec0d03bView commit details -
test/suites: Ignore errors when removing ceph pool
Seems this always returns an error because the pool was removed with the LXD storage pool. However, because it was the last line, the error was not propagating. To ensure there's no leftover state, we still run the command but do not expect it to pass. Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50dc7ea - Browse repository at this point
Copy the full SHA 50dc7eaView commit details -
lxd/storage/drivers: Remove unnecessary fmt.Sprintfs
Signed-off-by: Max Asnaashari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6210423 - Browse repository at this point
Copy the full SHA 6210423View commit details