David Balnaves

Results 6 comments of David Balnaves

Thought I would check to see if this had been fixed - still an issue in 2.999.16-72-g173d0ac9

I can understand the reasoning of using uuid as it does not change but I think that any persistent source from /dev/disk would be fine. Personally, I'd like a configurable...

I think I overlooked this was specifically for smartctl; what about something like this? ``` $ for i in `ls -d /sys/devices/pci*/*/*/*/*/*/model | sed -e 's/model$//'`; do echo `ls $i/block`...

I also have PV straight on the disk (without a partition), and I've noticed they don't show in _by-uuid_ either: ``` # ls /dev/disk/by-uuid/ -la total 0 drwxr-xr-x 2 root...

I use iSCSI to back resilient LibVirt disks (which I've encountered professionally with NetApp and virtual clusters); While I do not endorse Synology in any way (DSM is reckless and...

I guess the only reservations I have using the WWN from `by-id` is that it still picks up iSCSI devices. Maybe some cases with iSCSI (and possibly ATAoE) this could...