|
| 1 | +{ |
| 2 | + "statuses": { |
| 3 | + "mdb0-1": { |
| 4 | + "IsInGoalState": false, |
| 5 | + "LastMongoUpTime": 1674151493, |
| 6 | + "ExpectedToBeUp": true, |
| 7 | + "ReplicationStatus": 1 |
| 8 | + } |
| 9 | + }, |
| 10 | + "mmsStatus": { |
| 11 | + "mdb0-1": { |
| 12 | + "name": "mdb0-1", |
| 13 | + "lastGoalVersionAchieved": 2, |
| 14 | + "plans": [ |
| 15 | + { |
| 16 | + "automationConfigVersion": 2, |
| 17 | + "started": "2023-01-19T17:27:17.438126081Z", |
| 18 | + "completed": "2023-01-19T17:27:22.74117999Z", |
| 19 | + "moves": [ |
| 20 | + { |
| 21 | + "move": "Start", |
| 22 | + "moveDoc": "Start the process", |
| 23 | + "steps": [ |
| 24 | + { |
| 25 | + "step": "StartFresh", |
| 26 | + "stepDoc": "Start a mongo instance (start fresh)", |
| 27 | + "isWaitStep": false, |
| 28 | + "started": "2023-01-19T17:27:17.438319285Z", |
| 29 | + "completed": "2023-01-19T17:27:21.672553263Z", |
| 30 | + "result": "success" |
| 31 | + } |
| 32 | + ] |
| 33 | + }, |
| 34 | + { |
| 35 | + "move": "WaitRsInit", |
| 36 | + "moveDoc": "Wait for the replica set to be initialized by another member", |
| 37 | + "steps": [ |
| 38 | + { |
| 39 | + "step": "WaitRsInit", |
| 40 | + "stepDoc": "Wait for the replica set to be initialized by another member", |
| 41 | + "isWaitStep": true, |
| 42 | + "started": "2023-01-19T17:27:21.672605664Z", |
| 43 | + "completed": null, |
| 44 | + "result": "error" |
| 45 | + } |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "move": "WaitFeatureCompatibilityVersionCorrect", |
| 50 | + "moveDoc": "Wait for featureCompatibilityVersion to be right", |
| 51 | + "steps": [ |
| 52 | + { |
| 53 | + "step": "WaitFeatureCompatibilityVersionCorrect", |
| 54 | + "stepDoc": "Wait for featureCompatibilityVersion to be right", |
| 55 | + "isWaitStep": true, |
| 56 | + "started": null, |
| 57 | + "completed": null, |
| 58 | + "result": "" |
| 59 | + } |
| 60 | + ] |
| 61 | + } |
| 62 | + ] |
| 63 | + }, |
| 64 | + { |
| 65 | + "automationConfigVersion": 2, |
| 66 | + "started": "2023-01-19T17:36:34.742889301Z", |
| 67 | + "completed": "2023-01-19T17:36:47.913043483Z", |
| 68 | + "moves": [ |
| 69 | + { |
| 70 | + "move": "WaitHasCorrectAutomationCredentials", |
| 71 | + "moveDoc": "Wait for the automation user to be added (if needed)", |
| 72 | + "steps": [ |
| 73 | + { |
| 74 | + "step": "WaitHasCorrectAutomationCredentials", |
| 75 | + "stepDoc": "Wait for the automation user to be added (if needed)", |
| 76 | + "isWaitStep": true, |
| 77 | + "started": "2023-01-19T17:36:34.742906201Z", |
| 78 | + "completed": null, |
| 79 | + "result": "wait" |
| 80 | + } |
| 81 | + ] |
| 82 | + } |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "automationConfigVersion": 3, |
| 87 | + "started": "2023-01-19T17:38:33.622622261Z", |
| 88 | + "completed": null, |
| 89 | + "moves": [ |
| 90 | + { |
| 91 | + "move": "ChangeVersion", |
| 92 | + "moveDoc": "Change MongoDB Version", |
| 93 | + "steps": [ |
| 94 | + { |
| 95 | + "step": "CheckWrongVersion", |
| 96 | + "stepDoc": "Check that MongoDB version is wrong", |
| 97 | + "isWaitStep": false, |
| 98 | + "started": "2023-01-19T17:38:33.622638561Z", |
| 99 | + "completed": "2023-01-19T17:38:33.622959367Z", |
| 100 | + "result": "success" |
| 101 | + }, |
| 102 | + { |
| 103 | + "step": "CheckRsCorrect", |
| 104 | + "stepDoc": "Check that replica set configuration is correct", |
| 105 | + "isWaitStep": false, |
| 106 | + "started": "2023-01-19T17:38:33.622960067Z", |
| 107 | + "completed": "2023-01-19T17:38:33.623363973Z", |
| 108 | + "result": "success" |
| 109 | + }, |
| 110 | + { |
| 111 | + "step": "WaitCanUpdate", |
| 112 | + "stepDoc": "Wait until the update can be made", |
| 113 | + "isWaitStep": true, |
| 114 | + "started": "2023-01-19T17:38:33.623364774Z", |
| 115 | + "completed": null, |
| 116 | + "result": "wait" |
| 117 | + }, |
| 118 | + { |
| 119 | + "step": "DisableBalancerIfFirst", |
| 120 | + "stepDoc": "Disable the balancer (may take a while)", |
| 121 | + "isWaitStep": false, |
| 122 | + "started": null, |
| 123 | + "completed": null, |
| 124 | + "result": "" |
| 125 | + }, |
| 126 | + { |
| 127 | + "step": "Stop", |
| 128 | + "stepDoc": "Shutdown the process", |
| 129 | + "isWaitStep": false, |
| 130 | + "started": null, |
| 131 | + "completed": null, |
| 132 | + "result": "" |
| 133 | + }, |
| 134 | + { |
| 135 | + "step": "RemoveDbFilesIfArbiterDowngrade", |
| 136 | + "stepDoc": "Delete db files if this is an arbiter downgrade.", |
| 137 | + "isWaitStep": false, |
| 138 | + "started": null, |
| 139 | + "completed": null, |
| 140 | + "result": "" |
| 141 | + }, |
| 142 | + { |
| 143 | + "step": "StartWithUpgrade", |
| 144 | + "stepDoc": "Start a mongo instance (upgrade)", |
| 145 | + "isWaitStep": false, |
| 146 | + "started": null, |
| 147 | + "completed": null, |
| 148 | + "result": "" |
| 149 | + } |
| 150 | + ] |
| 151 | + } |
| 152 | + ] |
| 153 | + } |
| 154 | + ], |
| 155 | + "errorCode": 0, |
| 156 | + "errorString": "" |
| 157 | + } |
| 158 | + } |
| 159 | +} |
0 commit comments