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

[bug] pouchd config file doesn't support some flags #1003

Closed
Letty5411 opened this issue Mar 29, 2018 · 0 comments · Fixed by #1088
Closed

[bug] pouchd config file doesn't support some flags #1003

Letty5411 opened this issue Mar 29, 2018 · 0 comments · Fixed by #1088
Labels
kind/bug This is bug report for project

Comments

@Letty5411
Copy link
Contributor

Letty5411 commented Mar 29, 2018

Ⅰ. Issue Description

pouch deamon doesn't support flags:
LxcfsHome, QuotaDriver, VolumeConfig, NetworkConfg, DefaultRegistry, DefaultRegistryNS, TLS, CriConfig

#pouchd --config-file /etc/pouch/config.json
ERRO[0000] failed to load daemon file: unknown flags: LxcfsHome, QuotaDriver, VolumeConfig, NetworkConfg, DefaultRegistry, DefaultRegistryNS, TLS, CriConfig

#cat /etc/pouch/config.json |python -m json.tool
{
    "CriConfig": {
        "Listen": "",
        "NetworkPluginBinDir": "",
        "NetworkPluginConfDir": ""
    },
    "DefaultRegistry": "",
    "DefaultRegistryNS": "",
    "LxcfsHome": "",
    "NetworkConfg": {
        "BridgeConfig": {
            "FixedCIDR": "",
            "GatewayIPv4": "",
            "ICC": false,
            "IP": "",
            "IPForward": false,
            "IPMasq": false,
            "IPTables": false,
            "Mtu": 0,
            "Name": "",
            "PreferredIP": "",
            "UserlandProxy": false,
            "UserlandProxyPath": ""
        },
        "DNS": null,
        "DNSOptions": null,
        "DNSSearch": null,
        "ExecRoot": "",
        "MetaPath": "",
        "Type": ""
    },
    "QuotaDriver": "",
    "TLS": {
        "VerifyRemote": false
    },
    "VolumeConfig": {
        "ControlAddress": "",
        "DefaultBackend": "",
        "RemoveVolume": false,
        "Timeout": 0,
        "VolumeMetaPath": ""
    },
    "containerd-path": "",
    "debug": true,
    "plugin": ""
}

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use pouch version):
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@pouchrobot pouchrobot added the kind/bug This is bug report for project label Mar 29, 2018
@Letty5411 Letty5411 changed the title [bug] pouchd configfile doesn't support some flags [bug] pouchd config file doesn't support some flags Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is bug report for project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants