Показать сообщение отдельно
Старый 10.07.2018, 12:05   #30  
vmoskalenko is offline
vmoskalenko
Участник
Аватар для vmoskalenko
 
145 / 334 (12) ++++++
Регистрация: 25.01.2007
Адрес: Toronto
Цитата:
Сообщение от raz Посмотреть сообщение
Let me give you some from my side.
Be careful with setting Clusterconfig.json. Install your SF in C: not in C:\Program Data.
Keep your nodes name length smaller.
Keep your artifact name smaller.
Keep your packages name length smaller.
Your advice is good. Actually, I did the same.
Reduce the name length and deploy Service Fabric to c:\SF folder

I think it's a Microsoft old childhood illnesses.

Please find ClusterConfig.json example below
Код:
"fabricSettings": [
    {
        "name": "Setup",
        "parameters": [{
                "name": "FabricDataRoot",
                "value": "C:\\SF"
            },
            {
                "name": "FabricLogRoot",
                "value": "C:\\SF\\Log"
            }
        ]
    },
Please find more details here https://www.yammer.com/dynamicsaxfee...dId=1070467840