Skip to content

Commit 364fb39

Browse files
committed
set compute server dev state for all components vi 4 script
- this maybe isn't the right place, but it works for dev purposes and gives us good control
1 parent ee231b3 commit 364fb39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compute/compute/dev/4-startup-script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ setState vm start '' 60 60
5555
sleep 0.1
5656

5757
while true; do
58+
setState compute ready '' 35 100
59+
setState filesystem-sync ready '' 35 100
5860
setState vm ready '' 35 100
5961
sleep 30
6062
done

0 commit comments

Comments
 (0)