Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd: FileStore: conditional collection of drive metadata #6956

Merged

Commits on Dec 16, 2015

  1. FileStore: Conditional collection of drive metadata

    get_device_by_uuid->blkid_find_dev_with_tag() call from
    FileStore::collect_metadata() is hanging for ~3min before returning
    EINVAL in case the drive is visible but reserved for some other host.
    This is probably is bug within blkid* calls. fdisk/lsblk call is coming
    out immediately saying device is inaccessible. This call is now
    protected by config option filestore_collect_device_partition_information
    
    Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
    Somnath Roy committed Dec 16, 2015
    Copy the full SHA
    3296905 View commit details
    Browse the repository at this point in the history