Page MenuHomeVyOS Platform

Unable to modify or delete task-scheduler tasks
Closed, ResolvedPublicBUG

Description

In the following config:

# show system task-scheduler task bounce-ospf
 executable {
     path /config/scripts/default_route_ospf.script
 }
 interval 25m

I am unable to delete or change the interval:

admin@edge# delete system task-scheduler task bounce-ospf interval

  Failed to delete specified config path
  Delete failed

[edit]
admin@edge# delete system task-scheduler task bounce-ospf interval
Possible completions:
   25m


[edit]
admin@edge# delete system task-scheduler task bounce-ospf interval 25m

  Failed to delete specified config path
  Delete failed

[edit]

Can't update it:

admin@edge# set system task-scheduler task bounce-ospf interval 1
Possible completions:
   <minutes>    Execution interval in minutes
   <minutes>m   Execution interval in minutes
   <hours>h     Execution interval in hours
   <days>d      Execution interval in days


[edit]
admin@edge# set system task-scheduler task bounce-ospf interval 1d

  Set failed

[edit]

Can't even delete the base task:

admin@edge# delete system task-scheduler task bounce-ospf

  Failed to delete specified config path
  Delete failed

[edit]

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.2.0-rolling+201901121414
Why the issue appeared?
Will be filled on close

Event Timeline

Edit... actually I can't update anything:

# set interfaces ethernet eth1 vif 555 address 10.99.99.99/24;

  Set failed

[edit]

Seems to be a problem with just that build. I'll install a newer rolling when I get a chance and see if that corrects it.

kroy claimed this task.

Superseded by T1178