Browse Source

Update storage.md

Håvard O. Nordstrand 5 năm trước cách đây
mục cha
commit
f95bb54642
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      config/linux-server/storage.md

+ 0 - 8
config/linux-server/storage.md

@@ -390,14 +390,6 @@ Some guides recommend using backport repos, but this way avoids that.
     - Don't use PostgreSQL checksums or compression.
     - Example: `su postgres -c 'initdb --no-locale -E=UTF8 -n -N -D /db/pgdb1'`
 
-### Troubleshooting
-
-**TODO** Test if working. It may have worked just by accident.
-
-- `zfs-import-cache.service` fails to import pools because disks are not found:
-  - Set `options scsi_mod scan=sync` in `/etc/modprobe.d/zfs.conf` to wait for iSCSI disks to come online before ZFS starts.
-  - Add `After=iscsid.service` to `zfs-import-cache.service`
-
 ### Extra Notes
 
 - ECC memory is recommended but not required. It does not affect data corruption on disk.