Akira Hayakawa

Results 111 comments of Akira Hayakawa

@andrewgaul Thanks Andrew. My project is doing s3-tests in Travis too and your scripts are similar to mine, but the difference is I didn't fork as you do. My idea...

With verbose flag we can know which tests failed. Before visualizing, we need to automate which test turned from failure to success between commits so it's easy to know the...

What I am worrying about is CI's log overflows when verbose flag is on. And It's quite helpful to implement this gimmick if I can know the log's location or...

From your information, there could be a contention in getting spinlock. This is not normal because there is no chance of such situation during the initialization. Q1. Before the power...

I don't think the cache block is broken because Writeboost writes checksum along with the cache data. This will save us from power loss. ```c struct segment_header_device { /* *...

Really due to a power failure? This may be due to your system is broken. See https://github.com/akiradeveloper/dm-writeboost/issues/197

> it's maybe possible to add this parameter while keeping backward compatibility. We can add "offset n" to static optional parameter

@tanantharaman What onlyjob's script is doing is making a new device using two already existing devices but my intention here is rewriting backing device's dm table if it is dm...

Yes, use write-around mode and set read_cache_threshold to a small number to indirectly achieve this goal is a good idea. A user is actually doing this to cache metadata only...

@justnx Yes, you can. You can use lvm devices as either underlying device and that's actually the way I test this driver.