From 6683c8c892f7ef61d88e72cb16fa72929193c494 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Tue, 11 Aug 2026 19:45:01 -0500 Subject: [PATCH] =?UTF-8?q?docs(questions):=20add=20Q6=20=E2=80=94=20RackR?= =?UTF-8?q?ental=20split-network=20design=20[#433]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- questions-v1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/questions-v1.md b/questions-v1.md index 8e4c921..2b1d5f8 100644 --- a/questions-v1.md +++ b/questions-v1.md @@ -52,3 +52,10 @@ Preseving tokens/quota burn is a HUGE priority. It lets me and you do far more w - **Synthesized to:** — No more JOURNAL.md . Redmine is the system of record. JOURNAL.md was a hack I was using until redmine integration was in place. And, yes, discourse can also be used as well. Its a bit of a tricky decision, what should go to redmine vs discourse. I usually keep working notes/evolving status etc in Redmine and then synthesize to Discourse. But thats me as a lowly human :) You figure it out as you go and per project. + +### Q6. RackRental split-network design on pfv-tsys6/7 [#433] +- **Context:** TSYS6 and TSYS7 need trunk ports for RackRental. Servers will run a "split network configuration — half on the non-RackRental switch/router side, half on the RackRental switch/router side." RackRental router prevents network loops. +- **Question:** Is the split per-NIC (one physical NIC to normal network, one to RackRental) or per-VM (some VMs bridge to RackRental, some to normal)? Both TSYS6/7 currently have bond0 with 2 slaves for storage network. How should the bonds be reconfigured? +- **Answer:** _(human)_ +- **Decision:** _(human/agent)_ +- **Synthesized to:** —