Ondřej Lysoněk

Results 33 comments of Ondřej Lysoněk

Does /dev/nvme0n1 exist?

Try adding the following to the profile: `[disk] devices=!nvme0n1 `

Sorry, on separate lines: ``` [disk] devices=!nvme0n1 ```

What I meant was to try having both the `[disk_nvme0n1]` and `[disk]` sections in the config: ``` [disk_nvme0n1] type=disk devices=nvme0n1 elevator=none [disk] devices=!nvme0n1 ``` The sections are called "instances" (of...

Hmm, I didn't expect that. Right now this looks like a bug to me. I'll take a look at this later.

What I missed before is that the device was not even assigned to the "disk" instance from the balanced profile: ``` 2018-05-30 14:03:10,773 INFO tuned.plugins.base: instance disk: assigning devices dm-6,...

> The output of the script is as follows: > > $ python test.py > Device type: disk > Removable: 0 > Subsystem: nvme Sorry for the late reply. You...

> Based on the config, /dev/sda should have the 'none' elevator What I said before still holds. You need to override the disk plugin instance from the balanced profile that...

Hi, I think `virtio` should work. What profile are you using?

> I'm using virtual-guest. Unmodified? That's odd. I don't immediatelly see what could be wrong. If you're up to some debugging, I suggest you use `pdb` and take a look...