During installation, I used the noSSD flag. I want to set a SSD and I have used the commands suggested in previous related posts:
bin/cryosparcw connect --worker odin --master odin --port 39000 --update --ssdpath /mnt/data1
But I get the following message:
---------------------------------------------------------------
CRYOSPARC CONNECT --------------------------------------------
---------------------------------------------------------------
Attempting to register worker odin to command odin:39002
Connecting as unix user vsantosh
Will register using ssh string: vsantosh@odin
If this is incorrect, you should re-run this command with the flag --sshstr <ssh string>
---------------------------------------------------------------
Connected to master.
---------------------------------------------------------------
Current connected workers:
odin
---------------------------------------------------------------
---------------------------------------------------------------
Updating target odin
Current configuration:
lane : default
name : odin
title : Worker node odin
resource_slots : {u'GPU': [0, 1, 2, 3], u'RAM': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], u'CPU': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}
hostname : odin
worker_bin_path : /home/vsantosh/cryosparc_v2/cryosparc2_worker/bin/cryosparcw
cache_path : /mnt/data1
cache_quota_mb : None
resource_fixed : {u'SSD': False}
cache_reserve_mb : 10000
type : node
ssh_str : vsantosh@odin
desc : None
---------------------------------------------------------------
SSD will be enabled.
Worker will be registered with SSD cache location /mnt/data1
SSD path will be updated to /mnt/data1
---------------------------------------------------------------
Updating..
Done.
---------------------------------------------------------------
Final configuration for odin
lane : default
name : odin
title : Worker node odin
resource_slots : {u'GPU': [0, 1, 2, 3], u'RAM': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], u'CPU': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}
hostname : odin
worker_bin_path : /home/vsantosh/cryosparc_v2/cryosparc2_worker/bin/cryosparcw
cache_path : /mnt/data1
cache_quota_mb : None
resource_fixed : {u'SSD': False}
cache_reserve_mb : 10000
type : node
ssh_str : vsantosh@odin
desc : None
The resource_fixed
is still False and if a run an application still hangs on queueing. Any suggestions?