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]: network setup locks the host #883

Open
MarcS1975 opened this issue Feb 3, 2025 · 0 comments
Open

[Bug]: network setup locks the host #883

MarcS1975 opened this issue Feb 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@MarcS1975
Copy link

Operating system

Debian 12 bookworm

Description

Setting up the vDSM as per the documentation with a docker network locks up th entire host and no access is possible unless restart
Router DHCP is limited for range 192.168.1.1 - 192.168.1.199
Network is created like this:

docker network create -d macvlan \
    --subnet=192.168.1.0/24 \
    --gateway=192.168.1.1 \
    --ip-range=192.168.1.200/29 \
    -o parent=eth0 vdsm

Docker compose

services:
  dsm:
    container_name: dsm
    networks:
       vdsm:
         ipv4_address: 192.168.1.200
    image: vdsm/virtual-dsm
    environment:
      DISK_SIZE: "20G"
      DISK_FMT: "qcow2"
     RAM_SIZE: "3G"
     CPU_CORES: "2"
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    #ports:
    #  - 5000:5000
    volumes:
      - /srv/dockerapps/vdsm:/storage
    stop_grace_period: 2m
networks:
  vdsm:
    external: true

Docker log

n/a

Screenshots (optional)

No response

@MarcS1975 MarcS1975 added the bug Something isn't working label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant