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

Using cardano-node role multiple times in the same playbook causes container volumes duplication #72

Open
agaffney opened this issue Mar 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@agaffney
Copy link
Contributor

When using the cardano-node role twice in the same playbook, there's some bleed-over from the first role in the second.

TASK [blinklabs.cardano.cardano_node : Create container] **********************************************************************************************************************************************************
--- before
+++ after
@@ -1,8 +1,12 @@
 {
     "expected_binds": [
+        "/opt/cardano-mainnet/config/custom-p2p-topology.json:/opt/cardano-mainnet/config/custom-p2p-topology.json:rw",
+        "/opt/cardano-mainnet/data:/opt/cardano-mainnet/data:rw",
+        "/opt/cardano-mainnet/ipc:/opt/cardano-mainnet/ipc:rw",
         "/opt/cardano-preview/config/custom-p2p-topology.json:/opt/cardano-preview/config/custom-p2p-topology.json:rw",
         "/opt/cardano-preview/data:/opt/cardano-preview/data:rw",
         "/opt/cardano-preview/ipc:/opt/cardano-preview/ipc:rw",
+        "/opt/cardano/config/mainnet/config.json:/opt/cardano/config/mainnet/config.json:rw",
         "/opt/cardano/config/preview/config.json:/opt/cardano/config/preview/config.json:rw"
     ]
 }
@wolf31o2 wolf31o2 added the bug Something isn't working label Oct 21, 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

2 participants