Ameer Hamza
Ameer Hamza
### Motivation and Context Script for zil kstats ### Description Python script to process both global and per dataset zil stats and report them in a user-friendly manner similar to...
### Motivation and Context Fix for hotplug issues ### Description ZED relies on udev to match vdev guids when the device is removed. However, udev does not contain the correct...
Currently, the receiver fails to override the encryption property for the plain replicated dataset with the error: "cannot receive incremental stream: encryption property 'encryption' cannot be set for incremental streams."....
zfs_zaccess_trivial() calls the generic_permission() to read xattr attributes. This may cause deadlock if the xattr and dent locks were already held. This commit adds ZSHARED flag in zfs_get_xattrdir() to allow...
Spare vdev should detach from the pool when a disk is reinserted. However, spare detachment depends on the completion of resilvering, and if resilver does not schedule, the spare vdev ...
If you remove an unused spare and then reinsert it, zfsd will now online it in all pools. Submitted by: Ameer Hamza (zfsd), Me (tests) MFC after: 2 weeks MFC...
### Motivation and Context - Add missing cleanup for early return. ### Description - When encountering an error or early return, `kernel_fini` is not called. ### How Has This Been...
### Motivation and Context - Add missing cleanup for early return. - Automatically detect cache file; otherwise, force import. ### Description - When encountering an error or early return, `kernel_fini`...
Jira Ticket: [NAS-128368](https://ixsystems.atlassian.net/browse/NAS-128368) [NAS-128368](https://ixsystems.atlassian.net/browse/NAS-128368) reports three different issues related to NVMe-oF hotplugging: ### Problem: NAS-128368 reports three different issues related to NVMe-oF hotplugging: 1. When a drive is physically removed...