Ameer Hamza

Results 9 issues of 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...

Status: Code Review Needed

### 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...

Status: Code Review Needed

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...

Status: Code Review Needed

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 ...

Status: Code Review Needed

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...

Status: Accepted

### 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`...

Status: Code Review Needed

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...