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

Issue setting NUMA to interleaved #1428

Closed
JoelWesleyReed opened this issue Oct 3, 2023 · 1 comment · Fixed by #1432
Closed

Issue setting NUMA to interleaved #1428

JoelWesleyReed opened this issue Oct 3, 2023 · 1 comment · Fixed by #1432

Comments

@JoelWesleyReed
Copy link

Description

Using the suggested configuration to set NUMA to interleaved in issue #1366, I get an error starting the ArangoDB container.

Configuration Snippet

spec:
  agents:
    count: 1
    numactl:
      enabled: true
      args:
      - --interleave=all
    volumeClaimTemplate:
      metadata:
        name: local-agent
      spec:
        accessModes: [ "ReadWriteOnce" ]
        storageClassName: "local-arangodb"
        resources:
          requests:
            storage: 2Gi

ArangoDB Container Error

Defaulted container "server" out of: server, exporter, init-lifecycle (init), uuid (init), version-check (init)
Error while processing command-line options for arangod:
  unknown option '--interleave'

Did you mean one of these?
  --console      Start the server with a JavaScript emergency console.
  --define       Define a value for a `@key@` entry in the configuration file using the syntax `"key=value"`.
  --fortune      Show a fortune cookie on startup.
  --log.level    Set the topic-specific log level, using `--log.level level` for the general topic or `--log.level topic=level` for the specified topic (can be specified multiple times).
Available log levels: fatal, error, warning, info, debug, trace.
Available log topics: all, agency, agencycomm, agencystore, aql, arangosearch, authentication, authorization, backup, bench, cache, cluster, communication, config, crash, development, dump, engines, flush, general, graphs, heartbeat, httpclient, libiresearch, license, maintenance, memory, mmap, pregel, queries, rep-state, replication, replication2, requests, restore, rocksdb, security, ssl, startup, statistics, supervision, syscall, threads, trx, ttl, v8, validation, views.

Use --help or --help-all to get an overview of available options

Environment

  • kube-arangodb 1.2.33
  • ArangoDB 3.11.3
  • Ubuntu 20.04.6
@jwierzbo
Copy link
Collaborator

Fixed in 1.2.34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants