You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a standard OpenStack deployment, juju-crashdump collects a fair amount of data which is basically good. However, the compression takes a significant amount of time so it would be nice to have an option to disable the compression. So that the tar file can be transferred to a separate host as is, not to affect the CPU resource of the juju client machine itself.
In a standard OpenStack deployment, juju-crashdump collects a fair amount of data which is basically good. However, the compression takes a significant amount of time so it would be nice to have an option to disable the compression. So that the tar file can be transferred to a separate host as is, not to affect the CPU resource of the juju client machine itself.
[with --small]
3.0GB (before compressed) -> 12m32.913s -> 452MB (xz)
[without --small:
33GB (before compressed) -> takes forever... -> ???
The text was updated successfully, but these errors were encountered: