Skip to content

Commit 188859b

Browse files
authored
Remove last reinstall artifact (#34)
1 parent 7c89de6 commit 188859b

File tree

5 files changed

+28
-49
lines changed

5 files changed

+28
-49
lines changed

doc/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6954,13 +6954,6 @@ <h3 id="metalstack.api.v2.Disk">Disk</h3>
69546954
<td><p>Partitions list of partitions to create on this disk </p></td>
69556955
</tr>
69566956

6957-
<tr>
6958-
<td>wipe_on_reinstall</td>
6959-
<td><a href="#bool">bool</a></td>
6960-
<td></td>
6961-
<td><p>WipeOnReinstall if set to true, this disk will be wiped before reinstallation </p></td>
6962-
</tr>
6963-
69646957
</tbody>
69656958
</table>
69666959

go/metalstack/api/v2/filesystem.pb.go

Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/metalstack/api/v2/filesystem.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ message Disk {
203203
}];
204204
// Partitions list of partitions to create on this disk
205205
repeated DiskPartition partitions = 2;
206-
// WipeOnReinstall if set to true, this disk will be wiped before reinstallation
207-
bool wipe_on_reinstall = 3;
208206
}
209207

210208
// Raid

0 commit comments

Comments
 (0)