Comment 15 for bug 1648561

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-02-10 04:05 EDT-------
==== State: Open by: preedhir on 10 February 2017 02:57:34 ====

TO answer the query posted in seq. 33, HTX does read/write to the disk in raw mode (uses O_DIRECT flag to open the device). It uses read()/write() system calls to do the IO operation. In the defect, this write() system call is failing with errno. 1.

Saying that, No filesystem exist on the disk where HTX is running.