Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • batsim batsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • batsim
  • batsimbatsim
  • Issues
  • #102
Closed
Open
Issue created Dec 20, 2018 by MOMMESSIN Clement@cmommessMaintainer

Add replay of machine failures

That would be great to have a mechanism to replay failures of machines during simulation.

This could be implemented in a similar way as for static submission of jobs using workload input files.

An example of input JSON file:

{
    failures: [
        {"machine_id" : 0, "failure_start" : 0, "failure_end": 1000},
        {"machine_name" : "Foo", "failure_start" : 100, "failure_end" : 5000},
}

With for each item in the list the name or id of the SG host and the time interval where the failure appears.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking