The discovery controller should now be able to send
us discovery log change events so we need to clear the
rae bit for that.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
int nvme_discovery_log(int fd, struct nvmf_disc_rsp_page_hdr *log, __u32 size)
{
- return nvme_get_log(fd, 0, NVME_LOG_DISC, true, size, log);
+ return nvme_get_log(fd, 0, NVME_LOG_DISC, false, size, log);
}
int nvme_sanitize_log(int fd, struct nvme_sanitize_log_page *sanitize_log)