Announcement

Collapse
No announcement yet.

Flashcache missing binaries

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flashcache missing binaries

    after one of the updates some binaries required for the flashcache got lost

  • #2
    Hi all,

    After one of the updates flashcach lost flashcache_load and flashcache_create binaries. There is no way now to use it right now. One reboot and you arent using caching anymore

    Code:
    [09:59] [***] $ rpm -ql flashcache-0.3-3.el6.x86_64
    
    /usr/share/doc/kmod-flashcache-0.3/GPL-v2.0.txt
    
    /usr/share/doc/kmod-flashcache-0.3/README
    
    /usr/share/doc/kmod-flashcache-0.3/flashcache-doc.txt
    
    /usr/share/doc/kmod-flashcache-0.3/flashcache-sa-guide.txt
    
    [09:59] [***] $ rpm -ql kmod-flashcache-2.6.32-531.11.2.lve1.2.55.el6.x86_64-0.3-28.el6.x86_64
    
    /lib/modules/2.6.32-531.11.2.lve1.2.55.el6.x86_64/extra/flashcache
    
    /lib/modules/2.6.32-531.11.2.lve1.2.55.el6.x86_64/extra/flashcache/flashcache.ko
    
    [09:59] [***] $
    
    [09:59] [***] $ lsmod | grep flash
    
    flashcache             77552  0
    
    dm_mod                 82903  3 flashcache,dm_mirror,dm_log
    
    [10:04] [***] $
    These are the only packages with flashcache name. Maybe I am missing something etc. But some time before I managed to mount flashcache using flashcache_load and flashcache_create. Now I am waiting for a reboot to forget flashcache

    Comment


    • #3
      Hello,
      please update flashcache package - it will bring by deps new package flashchache-utils with necessary binaries. Or just run

      yum install flashcache-utils

      Comment


      • #4
        Thanks, this indeed solves the issue. Now necessary binaries present in the system.

        Comment

        Working...
        X