firecracker-node
    Preparing search index...

    Interface PartialDrive

    Partial drive descriptor for updating drive properties post-boot.

    interface PartialDrive {
        drive_id: string;
        path_on_host?: string;
        rate_limiter?: RateLimiter;
    }
    Index

    Properties

    drive_id: string

    Unique identifier for the drive

    path_on_host?: string

    Host level path for the guest drive. This field is optional for virtio-block config and should be omitted for vhost-user-block configuration.

    rate_limiter?: RateLimiter

    Rate limiter configuration