Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Jul 27, 2021
  3. Jul 21, 2021
    • Mike Hibler's avatar
      Add the "noload" option to RO mounts of ext3/ext4. · 777f24a7
      Mike Hibler authored
      Apparently, for the last decade or so I missed the part in Linux mount about:
           "Note  that,  depending  on the filesystem type, state and kernel
           behavior, the system may still write to the device. For example,
           Ext3 or ext4 will replay its journal if the filesystem is dirty.
           To prevent this kind of write access, you may want to mount ext3
           or  ext4  filesystem  with  "ro,noload" mount options or set the
           block device to read-only mode, see command blockdev(8)."
      777f24a7
  4. Jul 20, 2021
  5. Jul 15, 2021
  6. Jul 07, 2021
  7. Jul 02, 2021
  8. Jul 01, 2021
  9. Jun 30, 2021
  10. Jun 25, 2021
  11. Jun 24, 2021
    • Mike Hibler's avatar
      Do not froce compression off when creating a zvol. · 32156e61
      Mike Hibler authored
      Whether to use compression or not is now dependent on the setting
      at the top level dataset of the pool. All zvols created within will
      inherit that setting. This allows us to experiment with compressing
      the underlying volume for a dataset.
      32156e61
  12. Jun 22, 2021
    • Mike Hibler's avatar
      "adddisk" script to handle updating the DB when adding a hard drive. · 4af925fe
      Mike Hibler authored
      This brings management of blockstores to the same level as management
      of nodes, interfaces, and wires; i.e., one level above raw SQL queries.
      
      Handles adding or removing a hard drive, including the blockstore
      related tables and the hacky "?+disk_foo" node features.
      
      Wanted to get this done before I once again forgot what needs to go
      into the DB to make local blockstores work on a node.
      4af925fe
    • Leigh B Stoller's avatar
      Cleanup · 6b44f23d
      Leigh B Stoller authored
      6b44f23d
Loading