Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jul 10, 2022
  3. Jul 07, 2022
  4. Jul 03, 2022
  5. Jul 02, 2022
  6. Jun 30, 2022
  7. Jun 29, 2022
  8. Jun 28, 2022
    • anarcat's avatar
      update gitlab puppet classes to match actual · 222cff0a
      anarcat authored
      Verified
      222cff0a
    • anarcat's avatar
      do not partition disks in iSCSI (team#40775) · 81ac43ab
      anarcat authored
      We decided against repartitionning the disk at all. To quote the above
      ticket:
      
      > the rationale, for the SAN, is especially that we have a lot of
      > devices already for the LUNs. a single LUN creates six devices in
      > the kernel (3 paths for each controller, so six), which makes
      > commands like lsblk and multipath -ll really unreadable quick. by
      > having three LUNs per VM, we explode this to eighteen (18!) devices
      > per VM, which is really a mess. i even wonder if we might hit the
      > number of maximum devices allowed internally...
      >
      > point is: one LUN per partition per VM is messy. and anyways, it's
      > not how "the cloud" works, typically; when you ask for a 100GB VM
      > from Amazon, they don't give you the VM partitionned in whatever
      > they think is the right chunk, they just give you a f*kn 100GB disk,
      > period. in our case, ganeti-instance-debootstrap hacks at this to
      > prepend a MBR (and with GPT, we should probably have an EFI
      > partition), but whatever: point is it's just one fkn disk.
      Verified
      81ac43ab
  9. Jun 27, 2022
  10. Jun 24, 2022
    • anarcat's avatar
      expand on the status query · 4d4d3f17
      anarcat authored
      turns out age() doesn't help at all: it compares the timestamp to the
      current day at midnight. just subtracting the timestamps works much
      better: it's actually accurate and just works.
      
      also add refer to the wait stuff in the show running queries.
      Verified
      4d4d3f17
  11. Jun 23, 2022
  12. Jun 22, 2022
Loading