All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] Forcing a specific io scheduler
@ 2019-09-10 22:58 Gionatan Danti
  0 siblings, 0 replies; only message in thread
From: Gionatan Danti @ 2019-09-10 22:58 UTC (permalink / raw)
  To: linux-lvm

Hi all,
I have a (virtual) block devices which does not expose any io scheduler:
[root@localhost block]# cat /sys/block/zd0/queue/scheduler
none

I created an lvm volume on top of that block devices with:
[root@localhost ~]# pvcreate /dev/zd0
   Physical volume "/dev/zd0" successfully created.
[root@localhost ~]# vgcreate vg_test /dev/zd0
   Volume group "vg_test" successfully created
[root@localhost ~]# lvcreate vg_test --name lv_test -l +100%FREE
   Logical volume "lv_test" created.

With my surprise, I can not select any additional io scheduler:
[root@localhost block]# cat /sys/block/dm-2/queue/scheduler
none

I am missing something? Can a scheduler be forced on a lvm volume?
Thanks.

-- 
Danti Gionatan
Supporto Tecnico
Assyoma S.r.l. - www.assyoma.it
email: g.danti@assyoma.it - info@assyoma.it
GPG public key ID: FF5F32A8

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-10 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 22:58 [linux-lvm] Forcing a specific io scheduler Gionatan Danti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.