We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27962b commit 621944bCopy full SHA for 621944b
actions/setup-fdb/action.yml
@@ -40,3 +40,9 @@ runs:
40
- name: Switch FDB to SSD
41
shell: bash
42
run: fdbcli --exec "configure single ssd storage_migration_type=aggressive; status"
43
+ - name: echo cluster
44
+ shell: bash
45
+ run: echo "__${FDB_CLUSTER_FILE}__"
46
+ - name: cat cluster
47
48
+ run: cat /etc/foundationdb/fdb.cluster
0 commit comments