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

csi-controller-crs command error with v.1.6.0 #650

Open
izznogood opened this issue Jun 14, 2024 · 0 comments
Open

csi-controller-crs command error with v.1.6.0 #650

izznogood opened this issue Jun 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@izznogood
Copy link

izznogood commented Jun 14, 2024

Describe the bug

Hello,

with version 1.3.0 the cloud-director-named-disk-csi-driver does not work.

  • daemonsets.apps => csi-vcd-nodeplugin
  • deployments.apps => csi-vcd-controllerplugin

error :

Usage:
  /opt/vcloud/bin/cloud-director-named-disk-csi-driver [flags]

Flags:
      --cloud-config string   CSI driver cloud config
      --endpoint string       CSI endpoint
  -h, --help                  help for /opt/vcloud/bin/cloud-director-named-disk-csi-driver
      --nodeid string         node id
      --upgrade-rde           CSI upgrade rde
  -v, --version               version for /opt/vcloud/bin/cloud-director-named-disk-csi-driver

panic: error in executing command: [unknown flag: --v]

goroutine 1 [running]:
main.main()
        /build/mts/release/bora-23441257/cayman_cloud-director-named-disk-csi-driver/cloud-director-named-disk-csi-driver/src/cmd/csi/main.go:88 +0x285

the --v=5 option is no longer valid.

cf:

Reproduction steps

  1. Create CAPVCD cluster. v1.3.0
  2. Deploy VCD CSI.
  3. Create StorageClass. (with csi.cloud-director.vmware.com)

Expected behavior

Deploy VCD CSI whitout error.
delete the option, to be able to deploy again :

  • csi-vcd-controllerplugin
  • csi-vcd-nodeplugin

Additional context

it seems that the csi templates aren't up to date either.
we have other problems after deleting v=5
(e.g. mkdir: cannot create directory 'test': Permission denied)

@izznogood izznogood added the bug Something isn't working label Jun 14, 2024
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