Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4271

/var/run deprecated in distos in favour of /run

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • 1.4.3-5
    • N/A
    • N/A
    • None

    Description

      Distros have had /var/run as a symlink to /run for a while but at some stage it may be depecated and removed.

      The server side MDEV-18841 took care of this in the 10.5.4 release.

      The CS submodule contains most of the remaining references to /var/run.

      storage/columnstore/columnstore/oam/oamcpp/liboamcpp.cpp:                    command = "remote_command.sh " + DataRedundancyConfigs[pm].pmIpAddr + " " + password + " 'stat /var/run/glusterd.pid > /dev/null 2>&1'";
      storage/columnstore/columnstore/oam/oamcpp/liboamcpp.cpp:                command = "remote_command.sh " + ipAddress + " " + password + " 'stat /var/run/glusterd.pid > /dev/null 2>&1'";
      storage/columnstore/columnstore/.drone.jsonnet:      path: '/var/run/docker.sock',
      storage/columnstore/columnstore/.drone.jsonnet:  volumes: [pipeline._volumes.mdb { temp: {} }, pipeline._volumes.docker { host: { path: '/var/run/docker.sock' } }],
      storage/columnstore/columnstore/versioning/BRM/script-fcns:	if [ -f /var/run/${base}.pid ]; then
      storage/columnstore/columnstore/versioning/BRM/script-fcns:		read line < /var/run/${base}.pid
      storage/columnstore/columnstore/versioning/BRM/script-fcns:	# First try "/var/run/*.pid" files
      storage/columnstore/columnstore/versioning/BRM/script-fcns:	# First try "/var/run/*.pid" file
      storage/columnstore/columnstore/versioning/BRM/script-fcns:	# Next try "/var/run/*.pid" files
      storage/columnstore/columnstore/versioning/BRM/script-fcns:	 rm -f /var/run/confirm
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              danblack Daniel Black
              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.