storage
Syntax
storage device-name {
type {
cdrom {
source {
file filename;
}
}
disk {
bus-type [ide | virtio];
file-type [qcow2 | raw];
source {
file filename;
}
}
usb {
source {
file filename;
}
}
}
}
Hierarchy Level
[edit virtual-network-functions]
Release Information
Statement introduced in Junos OS Release 15.1X53-D40.
Description
Configure storage parameters on VNFs.
Options
storage device-name—Name of the storage device. For example, hda, hdb,
sdb, or vdb.
type disk-type—Type of disk. For example, cdrom, usb, or disk.
source file-name—Path of the source file of the storage device.
The source file to be attached to the VNF must be located
in the /var/third-party/
directory
and must have read and write permissions for all.
Required Privilege Level
routing—To view this statement in the
configuration.
routing-control—To add this statement
to the configuration.