Skip to content

DCV on Ubuntu 22.04 ARM not possible w/ v3.8.0-v3.11 despite availability of compatble DCV binariesΒ #6158

@eugeneswalker

Description

@eugeneswalker

DCV cannot be turned on for Ubuntu 22.04 ARM64 using AWS Parallel Cluster v3.8.0-v3.10.1, despite upstream DCV binaries being available.

There are instructions here for installing DCV for Ubuntu 22.04 ARM:
https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-installing-linux-server.html

But if you try to launch a parallel cluster using official Ubuntu 22.04 ARM64 image with DCV turned on, validation fails with the following error:

  "configurationValidationErrors": [
    {
      "level": "ERROR",
      "type": "DcvValidator",
      "message": "NICE DCV can be used with one of the following operating systems when using arm64 architecture: ['alinux2', 'centos7', 'rhel8', 'rocky8']. Please double check the os configuration."
    },

See this file:
https://github.com/gmarciani/aws-parallelcluster/blob/develop/cli/src/pcluster/cli/commands/dcv_util.py

Would it be possible to enable this going forward?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions