Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-28468

Ubuntu distro didn't raise the error for installing mariadb over container namespace

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.2, 10.3, 10.4, 10.5
    • N/A
    • Server
    • None
    • Ubuntu bionic

    Description

      When running mariadb process in the container the process is created in isolated namespace.
      MDEV-21331 explained the error that happens on Debian and this is expected situation.
      Problem is that on Ubuntu distro (tested with bionic) we don't get the same situation; so installing mariadb on a host system over started container will not raise the error.

      # Start container (no mariadb server installed)
      $ docker container run --rm --name mysql-cont -e MYSQL_ROOT_PASSWORD=secret -d mysql
      # Install mariadb on a host
      $ sudo apt install mariadb-server-10.2 # version 10.2.31 (use archive.mariadb.org)
      # The last command should fail prior 10.2.31, but on Ubuntu is not failing
      

      Attachments

        Issue Links

          Activity

            People

              anel Anel Husakovic
              anel Anel Husakovic
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.