A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vmware-archive/vsphere-storage-for-docker/issues/1873 below:

Investigate possibility to use systemd to manage ETCD services · Issue #1873 · vmware-archive/vsphere-storage-for-docker · GitHub

This repository was archived by the owner on Nov 9, 2020. It is now read-only.

This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Investigate possibility to use systemd to manage ETCD services #1873

Assignees

Description

Currently vFile plugin manage ETCD services by os/exec and Process.Kill():

        cmd := exec.Command("/bin/etcd", lines...)
        err := cmd.Start()
        // stop ETCD process
        if err := e.etcdCMD.Process.Kill(); err != nil {
                log.Errorf("Failed to stop ETCD process. Error: %v", err)
                return
        }

This requires the plugin to handle the ETCD data directory clean up and so on.
Using systemd to manage ETCD services should be able to achieve better resource allocation automatically.

Metadata Metadata

Development

No branches or pull requests Issue actions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4