Skip to content
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

Various bugfixes #1054

Merged
merged 16 commits into from
Jul 27, 2024
Merged

Various bugfixes #1054

merged 16 commits into from
Jul 27, 2024

Commits on Jul 27, 2024

  1. client: Report source errors too on copy

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    47310d3 View commit details
    Browse the repository at this point in the history
  2. incusd/storage: Have roundVolumeBlockSizeBytes return an error

    A VG query failing would cause the function to attempt to divide by 0
    causing a Go process panic...
    
    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c4c79c8 View commit details
    Browse the repository at this point in the history
  3. incusd/instance_post: Fix cross-server live-migration

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    51a07ac View commit details
    Browse the repository at this point in the history
  4. incus/image: Correct image copy logic

    The --project and --target-project logic was switched up.
    
    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    751ce3c View commit details
    Browse the repository at this point in the history
  5. incusd/storage/lvm: Hardden common functions

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    98416d2 View commit details
    Browse the repository at this point in the history
  6. incusd/api: Don't panic on missing config

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    36de828 View commit details
    Browse the repository at this point in the history
  7. incusd/storage: Add Deactivate flag

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b712fa0 View commit details
    Browse the repository at this point in the history
  8. incusd/storage/lvm: Add deactivation step for clusters

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9b5b57c View commit details
    Browse the repository at this point in the history
  9. incusd/cluster: Return clear status for servers currently starting up

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    44d4269 View commit details
    Browse the repository at this point in the history
  10. incusd/instance/lxc: Reduce logging level

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a80e104 View commit details
    Browse the repository at this point in the history
  11. incusd/instance/qemu: Reduce logging level

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f533c36 View commit details
    Browse the repository at this point in the history
  12. incusd/migrate: Reduce logging

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3f02a65 View commit details
    Browse the repository at this point in the history
  13. incusd/storage: Reduce logging

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    bf993ca View commit details
    Browse the repository at this point in the history
  14. incusd/instance/qemu: Remove double lifecycle event

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ef22ae3 View commit details
    Browse the repository at this point in the history
  15. tests/clustering: Use correct target project argument

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8366dfb View commit details
    Browse the repository at this point in the history
  16. incusd/isntance/edk2: Fix CSM handling

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8e33c78 View commit details
    Browse the repository at this point in the history