Outstanding Issues
This section lists outstanding issues with this release of the JunosV App Engine platform. (In the previous release, these issues were notated in the Junos SDK and JunosV App Engine combined release notes.) If there is an identifier following the description, it is the tracking number in our bug database.
- The name of the app-engine-virtual-machine management
service is sdk-vmmd. In all CLI commands, refer to this service using
the name "app-engine-virtual-machine-management.” For example,
to set traceoptions for sdk-vmmd, you need to use the following CLI
command:
set system processes app-engine-virtual-machine-management-service traceoptions . . .
However, tracelog messages of this service can be viewed using the daemon name at
/var/log/sdk-vmmd
[PRs 804375 and 804376] - Where the Configuring the DHCP Server and TFTP Server for Compute Nodes topic says “Whichever device you use as the DHCP server, you
need to do the following,” the following is the revised text:
Add the following two fields in the DHCP response:
- tftp boot server—This is the tftp boot server field.
Set it to the IP address of the network interface connected to the
network boot interface of the compute node.
- In the case of a Linux DHCP server, this field’s
name is next-server in
/etc/dhcpd.conf
. - In the case of a Junos DHCP server, this field’s name is tftp-server at the [access address-assignment pool poolname family inet dhcp-attributes] hierarchy level.
- In the case of a Linux DHCP server, this field’s
name is next-server in
- boot filename—This is the filename of the boot file
on the tftp boot server. Set boot filename to pxelinux.0.
- In the case of a Linux DHCP server, this field’s
name is filename in
/etc/dhcpd.conf
. - In the case of a Junos DHCP server, this field’s name is boot-file at the [access address-assignment pool poolname family inet dhcp-attributes] hierarchy level.
- In the case of a Linux DHCP server, this field’s
name is filename in
[PR 877697]
- tftp boot server—This is the tftp boot server field.
Set it to the IP address of the network interface connected to the
network boot interface of the compute node.
- If TFTP is configured before the app-engine statement, an error message is displayed when it should not be displayed. [PR 808652]
- When installing the jvae software with the request
system software add command, a message is displayed:
WARNING: The software that is being installed has limited support.
Ignore this message. It is not the case that the software has limited support. [PR 830525]