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

lxd: Remove use of ioutil #12400

Merged
merged 4 commits into from
Oct 18, 2023
Merged

Commits on Oct 17, 2023

  1. storage/backend_lxd: Replace ioutil.ReadAll() by io.ReadAll()

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
    stgraber authored and simondeziel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e62ac52 View commit details
    Browse the repository at this point in the history
  2. lxd-metadata: Replace ioutil.{Read,Write}File() by os.{Read,Write}File()

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
    stgraber authored and simondeziel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a063187 View commit details
    Browse the repository at this point in the history
  3. lxd/apparmor/rsync: Replace ioutil.WriteFile() by os.WriteFile()

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
    stgraber authored and simondeziel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ac39ead View commit details
    Browse the repository at this point in the history
  4. lxd/device_utils_generic: Replace ioutil.ReadDir() by os.ReadDir()

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
    stgraber authored and simondeziel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5d6fdda View commit details
    Browse the repository at this point in the history